<?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-common</artifactId>
    <packaging>jar</packaging>
    <description>MAuth clients</description>
    <url>https://github.com/mdsol/mauth-jvm-clients</url>
    <version>19.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-common</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-test-utils</artifactId>
            <version>19.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.13</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.17.0</version>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcpkix-jdk18on</artifactId>
            <version>1.80</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>2.0.16</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe</groupId>
            <artifactId>config</artifactId>
            <version>1.4.3</version>
        </dependency>
        <dependency>
            <groupId>org.scalamock</groupId>
            <artifactId>scalamock_2.13</artifactId>
            <version>6.2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>