Blame SOURCES/junit-platform-launcher-1.7.1.pom

8ecc4f
8ecc4f
8ecc4f
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8ecc4f
  
8ecc4f
  
8ecc4f
  
8ecc4f
  
8ecc4f
  
8ecc4f
  <modelVersion>4.0.0</modelVersion>
8ecc4f
  <groupId>org.junit.platform</groupId>
8ecc4f
  <artifactId>junit-platform-launcher</artifactId>
8ecc4f
  <version>1.7.1</version>
8ecc4f
  <name>JUnit Platform Launcher</name>
8ecc4f
  <description>Module "junit-platform-launcher" of JUnit 5.</description>
8ecc4f
  <url>https://junit.org/junit5/</url>
8ecc4f
  <licenses>
8ecc4f
    <license>
8ecc4f
      <name>Eclipse Public License v2.0</name>
8ecc4f
      <url>https://www.eclipse.org/legal/epl-v20.html</url>
8ecc4f
    </license>
8ecc4f
  </licenses>
8ecc4f
  <developers>
8ecc4f
    <developer>
8ecc4f
      <id>bechte</id>
8ecc4f
      <name>Stefan Bechtold</name>
8ecc4f
      <email>stefan.bechtold@me.com</email>
8ecc4f
    </developer>
8ecc4f
    <developer>
8ecc4f
      <id>jlink</id>
8ecc4f
      <name>Johannes Link</name>
8ecc4f
      <email>business@johanneslink.net</email>
8ecc4f
    </developer>
8ecc4f
    <developer>
8ecc4f
      <id>marcphilipp</id>
8ecc4f
      <name>Marc Philipp</name>
8ecc4f
      <email>mail@marcphilipp.de</email>
8ecc4f
    </developer>
8ecc4f
    <developer>
8ecc4f
      <id>mmerdes</id>
8ecc4f
      <name>Matthias Merdes</name>
8ecc4f
      <email>matthias.merdes@heidelpay.com</email>
8ecc4f
    </developer>
8ecc4f
    <developer>
8ecc4f
      <id>sbrannen</id>
8ecc4f
      <name>Sam Brannen</name>
8ecc4f
      <email>sam@sambrannen.com</email>
8ecc4f
    </developer>
8ecc4f
    <developer>
8ecc4f
      <id>sormuras</id>
8ecc4f
      <name>Christian Stein</name>
8ecc4f
      <email>sormuras@gmail.com</email>
8ecc4f
    </developer>
8ecc4f
    <developer>
8ecc4f
      <id>juliette-derancourt</id>
8ecc4f
      <name>Juliette de Rancourt</name>
8ecc4f
      <email>derancourt.juliette@gmail.com</email>
8ecc4f
    </developer>
8ecc4f
  </developers>
8ecc4f
  <scm>
8ecc4f
    <connection>scm:git:git://github.com/junit-team/junit5.git</connection>
8ecc4f
    <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection>
8ecc4f
    <url>https://github.com/junit-team/junit5</url>
8ecc4f
  </scm>
8ecc4f
  <dependencyManagement>
8ecc4f
    <dependencies>
8ecc4f
      <dependency>
8ecc4f
        <groupId>org.junit</groupId>
8ecc4f
        <artifactId>junit-bom</artifactId>
8ecc4f
        <version>5.7.1</version>
8ecc4f
        <type>pom</type>
8ecc4f
        <scope>import</scope>
8ecc4f
      </dependency>
8ecc4f
    </dependencies>
8ecc4f
  </dependencyManagement>
8ecc4f
  <dependencies>
8ecc4f
    <dependency>
8ecc4f
      <groupId>org.apiguardian</groupId>
8ecc4f
      <artifactId>apiguardian-api</artifactId>
8ecc4f
      <version>1.1.0</version>
8ecc4f
      <scope>compile</scope>
8ecc4f
    </dependency>
8ecc4f
    <dependency>
8ecc4f
      <groupId>org.junit.platform</groupId>
8ecc4f
      <artifactId>junit-platform-engine</artifactId>
8ecc4f
      <version>1.7.1</version>
8ecc4f
      <scope>compile</scope>
8ecc4f
    </dependency>
8ecc4f
  </dependencies>
8ecc4f
</project>