<?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-signer-sttp_3</artifactId>
    <packaging>jar</packaging>
    <description>MAuth clients</description>
    <url>https://github.com/mdsol/mauth-jvm-clients</url>
    <version>20.0.2</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-signer-sttp</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>com.mdsol</groupId>
            <artifactId>mauth-signer</artifactId>
            <version>20.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-signer-scala-core_3</artifactId>
            <version>20.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.mdsol</groupId>
            <artifactId>mauth-test-utils</artifactId>
            <version>20.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.7</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-collection-compat_3</artifactId>
            <version>2.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.client4</groupId>
            <artifactId>core_3</artifactId>
            <version>4.0.19</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging_3</artifactId>
            <version>3.9.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalamock</groupId>
            <artifactId>scalamock_3</artifactId>
            <version>7.5.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.tomakehurst</groupId>
            <artifactId>wiremock</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>sonatype-releases</id>
            <name>sonatype-releases</name>
            <url>https://oss.sonatype.org/service/local/repositories/releases/content/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>sonatype-s01-releases</id>
            <name>sonatype-s01-releases</name>
            <url>https://s01.oss.sonatype.org/content/repositories/releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>