<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.sc8s</groupId>
    <artifactId>akka-components-persistence-projection-api_2.13</artifactId>
    <packaging>jar</packaging>
    <description>akka-components-persistence-projection-api</description>
    <url>https://github.com/an-tex/sc8s</url>
    <version>0.107.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>akka-components-persistence-projection-api</name>
    <organization>
        <name>net.sc8s</name>
        <url>https://github.com/an-tex/sc8s</url>
    </organization>
    <scm>
        <url>https://github.com/an-tex/sc8s</url>
        <connection>scm:git:git://github.com/an-tex/sc8s.git</connection>
    </scm>
    <developers>
        <developer>
            <id>an-tex</id>
            <name>Andreas Gabor</name>
            <url>https://rob.ag</url>
            <email>andreas@sc8s.net</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.16</version>
        </dependency>
        <dependency>
            <groupId>net.sc8s</groupId>
            <artifactId>common-circe_2.13</artifactId>
            <version>0.107.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.13</artifactId>
            <version>0.14.10</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic-extras_2.13</artifactId>
            <version>0.14.4</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.13</artifactId>
            <version>0.14.10</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>antex public</id>
            <name>antex public</name>
            <url>https://mymavenrepo.com/repo/zeKhQjbzBED1vIds46Kj/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>akka-secure-mvn</id>
            <name>akka-secure-mvn</name>
            <url>https://repo.akka.io/DFzdJKufbDYkslF7Z-JX-hn9jr2h-FhQCFobJCXsYZ1IxKlA/secure/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>