<?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>pl.iterators</groupId>
    <artifactId>baklava-openapi_2.13</artifactId>
    <packaging>jar</packaging>
    <description>baklava-openapi</description>
    <url>https://github.com/theiterators/baklava</url>
    <version>1.0.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>baklava-openapi</name>
    <inceptionYear>2024</inceptionYear>
    <organization>
        <name>Iterators</name>
    </organization>
    <scm>
        <url>https://github.com/theiterators/baklava</url>
        <connection>scm:git:https://github.com/theiterators/baklava.git</connection>
        <developerConnection>scm:git:git@github.com:theiterators/baklava.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>luksow</id>
            <name>Łukasz Sowa</name>
            <url>https://github.com/luksow</url>
            <email>@luksow</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/pl.iterators/baklava-openapi_2.13/1.0.2/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/theiterators/baklava/releases/tag/v1.0.2</info.releaseNotesUrl>
        <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>pl.iterators</groupId>
            <artifactId>baklava-core_2.13</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>pl.iterators</groupId>
            <artifactId>baklava-pekko-http_2.13</artifactId>
            <version>1.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>pl.iterators</groupId>
            <artifactId>baklava-http4s_2.13</artifactId>
            <version>1.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>pl.iterators</groupId>
            <artifactId>baklava-scalatest_2.13</artifactId>
            <version>1.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_2.13</artifactId>
            <version>0.1.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.swagger.core.v3</groupId>
            <artifactId>swagger-core</artifactId>
            <version>2.2.27</version>
        </dependency>
        <dependency>
            <groupId>io.swagger.parser.v3</groupId>
            <artifactId>swagger-parser</artifactId>
            <version>2.1.24</version>
        </dependency>
        <dependency>
            <groupId>com.beachape</groupId>
            <artifactId>enumeratum_2.13</artifactId>
            <version>1.7.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>pl.iterators</groupId>
            <artifactId>kebs-enumeratum_2.13</artifactId>
            <version>2.1.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>pl.iterators</groupId>
            <artifactId>kebs-circe_2.13</artifactId>
            <version>2.1.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.pjfanning</groupId>
            <artifactId>pekko-http-circe_2.13</artifactId>
            <version>3.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-ember-client_2.13</artifactId>
            <version>0.23.29</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_2.13</artifactId>
            <version>0.23.29</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.dimafeng</groupId>
            <artifactId>testcontainers-scala-scalatest_2.13</artifactId>
            <version>0.41.8</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>