<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.atlassian.pom</groupId>
    <artifactId>public-pom</artifactId>
    <version>4.0.11</version>
  </parent>

  <groupId>io.atlassian.util.vcache</groupId>
  <artifactId>atlassian-util-vcache</artifactId>
  <version>1.0.0</version>

  <name>Atlassian VCache - Utils</name>

  <licenses>
    <license>
      <name>Apache 2</name>
      <distribution>repo</distribution>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:ssh://git@stash.atlassian.com:7997/avc/atlassian-vcache-utils.git</connection>
    <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/avc/atlassian-vcache-utils.git</developerConnection>
    <url>https://stash.atlassian.com/projects/AVC/repos/atlassian-vcache-utils</url>
    <tag>atlassian-util-vcache-1.0.0</tag>
  </scm>

  <properties>
    <atlassian.vcache.version>1.0.0</atlassian.vcache.version>
    <atlassian.vcache.test.version>1.4.0</atlassian.vcache.test.version>
  </properties>

  <dependencies>
    <dependency>
      <groupId>com.atlassian.vcache</groupId>
      <artifactId>atlassian-vcache-api</artifactId>
      <version>${atlassian.vcache.version}</version>
    </dependency>
    <dependency>
      <groupId>io.atlassian.fugue</groupId>
      <artifactId>fugue</artifactId>
      <version>3.1.0</version>
    </dependency>

    <!-- test scope -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</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.atlassian.vcache</groupId>
      <artifactId>atlassian-vcache-internal-guava</artifactId>
      <version>${atlassian.vcache.test.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.atlassian.vcache</groupId>
      <artifactId>atlassian-vcache-internal-test</artifactId>
      <version>${atlassian.vcache.test.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
