<?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>infrastructure</artifactId>
  <version>4.20.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/infrastructure.git</connection>
    <developerConnection>scm:git:git@github.com:atlassian/infrastructure.git</developerConnection>
    <url>https://github.com/atlassian/infrastructure</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>ssh</artifactId>
      <version>[2.3.0,3.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>virtual-users</artifactId>
      <version>[3.9.0,4.0.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.performance.tools</groupId>
      <artifactId>io</artifactId>
      <version>[1.0.0,2.0.0)</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>com.atlassian.performance.tools</groupId>
      <artifactId>jvm-tasks</artifactId>
      <version>[1.2.0, 2.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>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>23.6-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.shrinkwrap.resolver</groupId>
      <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
      <version>3.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.17.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.17.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
      <version>2.17.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
