<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.michaelruocco</groupId>
  <artifactId>wso2-api-manager-client</artifactId>
  <version>3.0.0</version>
  <name>WSO2 API Manager Client</name>
  <description>Library for interacting with the WSO2 API Manager Publisher and Store APIs</description>
  <url>https://github.com/michaelruocco/wso2-api-manager-client</url>
  <licenses>
    <license>
      <name>BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mruoc</id>
      <name>Michael Ruocco</name>
      <email>michael.ruocco@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/michaelruocco/wso2-api-manager-client.git</connection>
    <developerConnection>scm:git:git@github.com/michaelruocco/wso2-api-manager-client.git</developerConnection>
    <url>git@github.com/michaelruocco/wso2-api-manager-client.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.michaelruocco</groupId>
      <artifactId>http-client</artifactId>
      <version>3.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.9.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.24</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>3.6.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.michaelruocco</groupId>
      <artifactId>wso2-test-containers</artifactId>
      <version>1.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.7.24</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
