<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.sbb.scion</groupId>
  <artifactId>rcp-microfrontend</artifactId>
  <version>0.0.1</version>
  <packaging>eclipse-plugin</packaging>
  <name>SCION Eclipse RCP Microfrontend Platform</name>
  <description>The SCION Eclipse RCP Microfrontend Platform open source library that enables the implementation of a web-framework-agnostic microfrontend architecture using browser widgets.</description>
  <url>https://github.com/SchweizerischeBundesbahnen/scion-rcp/tree/master/ch.sbb.scion.rcp.microfrontend</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 2.0</name>
      <url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Gilles Iachelini</name>
      <email>gilles.iachelini@sbb.ch</email>
      <organization>Swiss Federal Railways (SBB)</organization>
      <organizationUrl>https://www.sbb.ch</organizationUrl>
    </developer>
    <developer>
      <name>Adrian Ruckli</name>
      <email>adrian.ruckli@sbb.ch</email>
      <organization>Swiss Federal Railways (SBB)</organization>
      <organizationUrl>https://www.sbb.ch</organizationUrl>
    </developer>
  </developers>
  <scm>
    <developerConnection>scm:git:https://github.com/SchweizerischeBundesbahnen/scion-rcp.git/rcp-microfrontend</developerConnection>
    <tag>0.0.1</tag>
    <url>https://github.com/SchweizerischeBundesbahnen/scion-rcp/tree/master/rcp-microfrontend</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.service.event</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.service.prefs</artifactId>
      <version>1.1.2</version>
      <scope>compile</scope>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.service.component.annotations</artifactId>
      <version>1.5.1</version>
      <scope>compile</scope>
      <optional>false</optional>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>eclipse-platform</id>
      <url>https://download.eclipse.org/releases/2023-03/</url>
      <layout>p2</layout>
    </repository>
    <repository>
      <id>eclipse-orbit</id>
      <url>https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/</url>
      <layout>p2</layout>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.eclipse.tycho</groupId>
        <artifactId>tycho-maven-plugin</artifactId>
        <version>3.0.4</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
