<?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.github.tsc4j</groupId>
  <artifactId>tsc4j-aws</artifactId>
  <version>0.5.11</version>
  <name>tsc4j-aws</name>
  <description>tsc4j :: Amazon Web Services (AWS) integration via aws-java-sdk 1.x</description>
  <url>https://github.com/tsc4j/tsc4j/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bfg</id>
      <name>Brane F. Gračnar</name>
      <url>https://github.com/bfg</url>
    </developer>
    <developer>
      <id>github-contributors</id>
      <name>The tsc4j project contributors</name>
      <url>https://github.com/tsc4j/tsc4j/graphs/contributors</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/tsc4j/tsc4j.git</connection>
    <developerConnection>scm:git:https://github.com/tsc4j/tsc4j.git</developerConnection>
    <url>https://github.com/tsc4j/tsc4j/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.tsc4j</groupId>
      <artifactId>tsc4j-core</artifactId>
      <version>0.5.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.tsc4j</groupId>
      <artifactId>tsc4j-aws-common</artifactId>
      <version>0.5.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk-s3</artifactId>
      <version>1.11.475</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk-ssm</artifactId>
      <version>1.11.475</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
