<?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>com.lightbend.akka</groupId>
    <artifactId>akka-projection-eventsourced_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Akka Projection.</description>
    <url>https://akka.io</url>
    <version>1.4.2</version>
    <licenses>
        <license>
            <name>BUSL-1.1</name>
            <url>https://raw.githubusercontent.com/akka/akka-projection/main/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>akka-projection-eventsourced</name>
    <inceptionYear>2020</inceptionYear>
    <organization>
        <name>Lightbend Inc.</name>
        <url>https://www.lightbend.com/</url>
    </organization>
    <scm>
        <url>https://github.com/akka/akka-projection</url>
        <connection>scm:git:https://github.com/akka/akka-projection.git</connection>
        <developerConnection>scm:git:git@github.com:akka/akka-projection.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>contributors</id>
            <name>Contributors</name>
            <url>https://github.com/akka/akka-projection/graphs/contributors</url>
            <email>https://gitter.im/akka/dev</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://doc.akka.io/api/akka-projection/1.4.2</info.apiURL>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.10</version>
        </dependency>
        <dependency>
            <groupId>com.lightbend.akka</groupId>
            <artifactId>akka-projection-core_2.13</artifactId>
            <version>1.4.2</version>
        </dependency>
        <dependency>
            <groupId>com.lightbend.akka</groupId>
            <artifactId>akka-projection-testkit_2.13</artifactId>
            <version>1.4.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-persistence-query_2.13</artifactId>
            <version>2.8.1</version>
        </dependency>
    </dependencies>
</project>