<?xml version="1.0" encoding="UTF-8"?>
<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>5.0.13</version>
    </parent>
    <groupId>com.atlassian.tunnel</groupId>
    <artifactId>atlassian-tunnel</artifactId>
    <version>1.8.8</version>
    <packaging>jar</packaging>
    <description>Atlassian fork of javatunnelservice</description>
    <licenses>
        <license>
            <name>Common Development and Distribution License (CDDL) 1.0</name>
            <url>http://www.opensource.org/licenses/cddl1.php</url>
            <comments>Inherited from javatunnelservice</comments>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/atlassian-tunnel.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/atlassian-tunnel.git</developerConnection>
        <url>https://bitbucket.org/atlassian/atlassian-tunnel</url>
    <tag>atlassian-tunnel-1.8.8</tag>
  </scm>
    <build>
        <sourceDirectory>src</sourceDirectory>
        <testSourceDirectory>test</testSourceDirectory>
    </build>

  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.17</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>13.0</version>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15on</artifactId>
      <version>1.54</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.19</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
