<?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.atlassian.performance.tools</groupId>
  <artifactId>aws-infrastructure</artifactId>
  <version>2.22.0</version>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git@github.com:atlassian/aws-infrastructure.git</connection>
    <developerConnection>scm:git:git@github.com:atlassian/aws-infrastructure.git</developerConnection>
    <url>https://github.com/atlassian/aws-infrastructure</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>infrastructure</artifactId>
      <version>[4.13.0,5.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>aws-resources</artifactId>
      <version>[1.1.1,2.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>jira-actions</artifactId>
      <version>[2.0.0,4.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>ssh</artifactId>
      <version>[2.0.0,3.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>virtual-users</artifactId>
      <version>[3.3.0,4.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk-ec2</artifactId>
      <version>1.11.424</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>jvm-tasks</artifactId>
      <version>[1.0.0,2.0.0)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>workspace</artifactId>
      <version>[2.0.0,3.0.0)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.2.70</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish</groupId>
      <artifactId>javax.json</artifactId>
      <version>1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
      <version>2.9.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>23.6-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>concurrency</artifactId>
      <version>[1.0.0,2.0.0)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
      <version>2.10.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
