<?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>org.alephium</groupId>
    <artifactId>alephium-api_2.13</artifactId>
    <packaging>jar</packaging>
    <description>alephium-api</description>
    <url>https://github.com/alephium/alephium</url>
    <version>3.0.2</version>
    <licenses>
        <license>
            <name>LGPL 3.0</name>
            <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>alephium-api</name>
    <organization>
        <name>org.alephium</name>
        <url>https://github.com/alephium/alephium</url>
    </organization>
    <scm>
        <url>https://github.com/alephium/alephium</url>
        <connection>scm:git:https://github.com/alephium/alephium.git</connection>
        <developerConnection>scm:git:git@github.com:alephium/alephium.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>alephium core dev</id>
            <name>alephium core dev</name>
            <url>https://alephium.org/</url>
            <email>dev@alephium.org</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.10</version>
        </dependency>
        <dependency>
            <groupId>org.alephium</groupId>
            <artifactId>alephium-json_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.alephium</groupId>
            <artifactId>alephium-protocol_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.alephium</groupId>
            <artifactId>alephium-ralph_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.alephium</groupId>
            <artifactId>alephium-crypto_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.alephium</groupId>
            <artifactId>alephium-serde_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.alephium</groupId>
            <artifactId>alephium-util_2.13</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-testkit_2.13</artifactId>
            <version>2.6.20</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.13</artifactId>
            <version>1.18.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.18</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalacheck-1-14_2.13</artifactId>
            <version>3.2.2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging_2.13</artifactId>
            <version>3.9.5</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.tapir</groupId>
            <artifactId>tapir-core_2.13</artifactId>
            <version>1.10.7</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.tapir</groupId>
            <artifactId>tapir-server_2.13</artifactId>
            <version>1.10.7</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.tapir</groupId>
            <artifactId>tapir-openapi-docs_2.13</artifactId>
            <version>1.10.7</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.apispec</groupId>
            <artifactId>openapi-model_2.13</artifactId>
            <version>0.10.0</version>
        </dependency>
    </dependencies>
</project>