<?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-http4s_2.13</artifactId>
    <packaging>jar</packaging>
    <description>MAuth clients</description>
    <url>https://github.com/mdsol/mauth-jvm-clients</url>
    <version>16.1.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-http4s</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>scala-mdsol</id>
            <name>Medidata Scala Team</name>
            <url>https://github.com/mdsol/sbt-smartrelease</url>
            <email>list_custom_Medidata.shared-jvm-libs@3ds.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.14</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-signer-http4s_2.13</artifactId>
            <version>16.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-authenticator-scala_2.13</artifactId>
            <version>16.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-test-utils</artifactId>
            <version>16.1.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-dsl_2.13</artifactId>
            <version>0.23.25</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-client_2.13</artifactId>
            <version>0.23.25</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.beachape</groupId>
            <artifactId>enumeratum_2.13</artifactId>
            <version>1.7.4</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>log4cats-slf4j_2.13</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.13</artifactId>
            <version>0.14.9</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.13</artifactId>
            <version>0.14.9</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic-extras_2.13</artifactId>
            <version>0.14.3</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_2.13</artifactId>
            <version>0.23.25</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.17.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.cb372</groupId>
            <artifactId>scalacache-caffeine_2.13</artifactId>
            <version>1.0.0-M6</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect-3_2.13</artifactId>
            <version>1.0.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>log4cats-noop_2.13</artifactId>
            <version>2.7.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>