<?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>3.0.84</version>
    </parent>
    <groupId>com.atlassian.tunnel</groupId>
    <artifactId>atlassian-tunnel</artifactId>
    <version>1.8.4</version>
    <packaging>jar</packaging>
    <description>Atlassian fork of javatunnelservice</description>
    <url>https://studio.atlassian.com/wiki/display/TUNNEL</url>
    <issueManagement>
        <system>JIRA</system>
        <url>https://studio.atlassian.com/browse/TUNNEL</url>
    </issueManagement>
    <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.4</tag>
  </scm>
    <build>
        <sourceDirectory>src</sourceDirectory>
        <testSourceDirectory>test</testSourceDirectory>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>2.6</version>
          </plugin>
        </plugins>
    </build>

    <properties>
        <jdkLevel>1.6</jdkLevel>
    </properties>

  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.15</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.52</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
