Blame SOURCES/junit-jupiter-api-5.5.2.pom

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