Blame SOURCES/junit-platform-engine-1.4.0.pom

0f9283
0f9283
0f9283
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
0f9283
  <modelVersion>4.0.0</modelVersion>
0f9283
  <groupId>org.junit.platform</groupId>
0f9283
  <artifactId>junit-platform-engine</artifactId>
0f9283
  <version>1.4.0</version>
0f9283
  <name>JUnit Platform Engine API</name>
0f9283
  <description>Module "junit-platform-engine" of JUnit 5.</description>
0f9283
  <url>https://junit.org/junit5/</url>
0f9283
  <licenses>
0f9283
    <license>
0f9283
      <name>Eclipse Public License v2.0</name>
0f9283
      <url>http://www.eclipse.org/legal/epl-v20.html</url>
0f9283
    </license>
0f9283
  </licenses>
0f9283
  <developers>
0f9283
    <developer>
0f9283
      <id>bechte</id>
0f9283
      <name>Stefan Bechtold</name>
0f9283
      <email>stefan.bechtold@me.com</email>
0f9283
    </developer>
0f9283
    <developer>
0f9283
      <id>jlink</id>
0f9283
      <name>Johannes Link</name>
0f9283
      <email>business@johanneslink.net</email>
0f9283
    </developer>
0f9283
    <developer>
0f9283
      <id>marcphilipp</id>
0f9283
      <name>Marc Philipp</name>
0f9283
      <email>mail@marcphilipp.de</email>
0f9283
    </developer>
0f9283
    <developer>
0f9283
      <id>mmerdes</id>
0f9283
      <name>Matthias Merdes</name>
0f9283
      <email>Matthias.Merdes@heidelberg-mobil.com</email>
0f9283
    </developer>
0f9283
    <developer>
0f9283
      <id>sbrannen</id>
0f9283
      <name>Sam Brannen</name>
0f9283
      <email>sam@sambrannen.com</email>
0f9283
    </developer>
0f9283
    <developer>
0f9283
      <id>sormuras</id>
0f9283
      <name>Christian Stein</name>
0f9283
      <email>sormuras@gmail.com</email>
0f9283
    </developer>
0f9283
  </developers>
0f9283
  <scm>
0f9283
    <connection>scm:git:git://github.com/junit-team/junit5.git</connection>
0f9283
    <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection>
0f9283
    <url>https://github.com/junit-team/junit5</url>
0f9283
  </scm>
0f9283
  <dependencies>
0f9283
    <dependency>
0f9283
      <groupId>org.apiguardian</groupId>
0f9283
      <artifactId>apiguardian-api</artifactId>
0f9283
      <version>1.0.0</version>
0f9283
      <scope>compile</scope>
0f9283
    </dependency>
0f9283
    <dependency>
0f9283
      <groupId>org.opentest4j</groupId>
0f9283
      <artifactId>opentest4j</artifactId>
0f9283
      <version>1.1.1</version>
0f9283
      <scope>compile</scope>
0f9283
    </dependency>
0f9283
    <dependency>
0f9283
      <groupId>org.junit.platform</groupId>
0f9283
      <artifactId>junit-platform-commons</artifactId>
0f9283
      <version>1.4.0</version>
0f9283
      <scope>compile</scope>
0f9283
    </dependency>
0f9283
  </dependencies>
0f9283
</project>