<?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.mdsol</groupId>
    <artifactId>mauth-authenticator-akka-http_2.12</artifactId>
    <packaging>jar</packaging>
    <description>MAuth clients</description>
    <url>https://github.com/mdsol/mauth-jvm-clients</url>
    <version>15.0.0</version>
    <licenses>
        <license>
            <name>MDSOL</name>
            <url>https://github.com/mdsol/mauth-jvm-clients/blob/master/LICENSE.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>mauth-authenticator-akka-http</name>
    <organization>
        <name>com.mdsol</name>
        <url>http://mdsol.com</url>
    </organization>
    <scm>
        <url>https://github.com/mdsol/mauth-jvm-clients</url>
        <connection>scm:git@github.com:mdsol/mauth-jvm-clients.git</connection>
    </scm>
    <developers>
        <developer>
            <id>austek</id>
            <name>Ali Ustek</name>
            <url>https://github.com/austek</url>
            <email>austek@mdsol.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.17</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-authenticator-scala_2.12</artifactId>
            <version>15.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-signer-akka-http_2.12</artifactId>
            <version>15.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-test-utils</artifactId>
            <version>15.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-http_2.12</artifactId>
            <version>10.2.10</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.12</artifactId>
            <version>2.6.20</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-http-caching_2.12</artifactId>
            <version>10.2.10</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.14.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.14</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalamock</groupId>
            <artifactId>scalamock_2.12</artifactId>
            <version>5.2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.tomakehurst</groupId>
            <artifactId>wiremock</artifactId>
            <version>2.27.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-http-testkit_2.12</artifactId>
            <version>10.2.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-testkit_2.12</artifactId>
            <version>2.6.20</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream-testkit_2.12</artifactId>
            <version>2.6.20</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>