<?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.comcast.money</groupId>
    <artifactId>money-http-client_2.13</artifactId>
    <packaging>jar</packaging>
    <description>money-http-client</description>
    <url>https://github.com/Comcast/money</url>
    <version>0.15</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>money-http-client</name>
    <inceptionYear>2012</inceptionYear>
    <organization>
        <name>Comcast Cable Communications Management, LLC</name>
        <url>https://github.com/Comcast/money</url>
    </organization>
    <scm>
        <url>https://github.com/Comcast/money</url>
        <connection>scm:git:https://github.com/Comcast/money.git</connection>
        <developerConnection>scm:git:git@github.com:Comcast/money.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>pauljamescleary</id>
            <name>Paul James Cleary</name>
            <url>https://github.com/pauljamescleary</url>
            <email>pauljamescleary@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/com.comcast.money/money-http-client_2.13/0.15/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/Comcast/money/releases/tag/v0.14.2</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.11</version>
        </dependency>
        <dependency>
            <groupId>com.comcast.money</groupId>
            <artifactId>money-core_2.13</artifactId>
            <version>0.15</version>
        </dependency>
        <dependency>
            <groupId>com.comcast.money</groupId>
            <artifactId>money-aspectj_2.13</artifactId>
            <version>0.15</version>
        </dependency>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
            <version>1.8.10</version>
        </dependency>
        <dependency>
            <groupId>org.apache.avro</groupId>
            <artifactId>avro</artifactId>
            <version>1.8.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.6</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.13</artifactId>
            <version>1.15.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest-wordspec_2.13</artifactId>
            <version>3.2.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>mockito-3-4_2.13</artifactId>
            <version>3.2.9.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalacheck-1-14_2.13</artifactId>
            <version>3.2.2.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>