<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>io.holixon.avro._</groupId>
    <artifactId>avro-registry-adapter-parent</artifactId>
    <version>0.1.0</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>

  <artifactId>extension</artifactId>
  <packaging>pom</packaging>
  <name>POM: extension</name>

  <modules>
    <module>api</module>
    <module>default</module>
    <module>registry/apicurio-rest</module>
    <module>registry/axon</module>
    <module>registry/jpa</module>
    <module>registry/reflection</module>
  </modules>

  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.avro</groupId>
      <artifactId>avro</artifactId>
    </dependency>

    <dependency>
      <groupId>io.holixon.avro._</groupId>
      <artifactId>avro-registry-adapter-lib-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>
