<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.bakdata.fluent-kafka-streams-tests</groupId>
  <artifactId>schema-registry-mock</artifactId>
  <version>2.1.0</version>
  <name>com.bakdata.fluent-kafka-streams-tests:schema-registry-mock</name>
  <description>Mocks the HTTP endpoint of the schema registry for seamlessly testing topologies with Avro serdes</description>
  <url>https://github.com/bakdata/fluent-kafka-streams-tests</url>
  <organization>
    <name>bakdata.com</name>
    <url>https://github.com/bakdata</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/bakdata/fluent-kafka-streams-tests/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>AHeise</id>
      <name>Arvid Heise</name>
    </developer>
    <developer>
      <id>lawben</id>
      <name>Lawrence Benson</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/bakdata/fluent-kafka-streams-tests.git</connection>
    <developerConnection>scm:git:ssh://github.com/bakdata/fluent-kafka-streams-tests.git</developerConnection>
    <url>https://github.com/bakdata/fluent-kafka-streams-tests</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/bakdata/fluent-kafka-streams-tests/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>kafka-avro-serializer</artifactId>
      <version>5.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>kafka-schema-registry-client</artifactId>
      <version>5.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>kafka-streams-avro-serde</artifactId>
      <version>5.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.tomakehurst</groupId>
      <artifactId>wiremock</artifactId>
      <version>2.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.9.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.9.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.9.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
