<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.code-intelligence</groupId>
  <artifactId>jazzer-junit</artifactId>
  <version>0.12.0</version>
  <packaging>jar</packaging>
  <dependencies>
        <dependency>
            <groupId>com.code-intelligence</groupId>
            <artifactId>jazzer-api</artifactId>
            <version>0.12.0</version>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-api</artifactId>
            <version>5.9.0</version>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-params</artifactId>
            <version>5.9.0</version>
        </dependency>
        <dependency>
            <groupId>org.junit.platform</groupId>
            <artifactId>junit-platform-commons</artifactId>
            <version>1.9.0</version>
        </dependency>
        <dependency>
            <groupId>org.junit.platform</groupId>
            <artifactId>junit-platform-engine</artifactId>
            <version>1.9.0</version>
        </dependency>
  </dependencies>

  <name>Jazzer JUnit</name>
  <description>JUnit 5 support for Jazzer fuzz tests</description>
  <url>https://github.com/CodeIntelligenceTesting/jazzer</url>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <organization>
    <name>Code Intelligence GmbH</name>
    <url>https://code-intelligence.com</url>
  </organization>

  <developers>
    <developer>
      <id>fmeum</id>
      <name>Fabian Meumertzheim</name>
      <email>meumertzheim@code-intelligence.com</email>
      <organization>Code Intelligence GmbH</organization>
    </developer>
  </developers>

  <scm>
    <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
  </scm>
</project>
