<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ca.apim.gateway</groupId>
  <artifactId>gateway-export-plugin</artifactId>
  <version>0.6.9</version>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>16.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.8.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.9.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>4.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
      <version>2.9.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.9.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>The gateway-export-plugin enables exporting from gateways into a format that is compatible with the gateway-developer-plugin.</description>
  <name>gateway-export-plugin</name>
  <url>https://github.com/ca-api-gateway/gateway-developer-plugin</url>
  <scm>
    <url>https://github.com/ca-api-gateway/gateway-developer-plugin</url>
  </scm>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/ca-api-gateway/gateway-developer-plugin/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>apigatewayopensource</id>
      <name>CA API Gateway Bot</name>
      <email>API-Gateway-OpenSource@ca.com</email>
    </developer>
  </developers>
</project>
