<?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>atlassian-public-pom</artifactId>
        <version>17</version>
    </parent>
    <groupId>com.atlassian.tunnel</groupId>
    <artifactId>atlassian-tunnel</artifactId>
    <version>0.8</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:svn:https://studio.atlassian.com/svn/TUNNEL/tags/atlassian-tunnel-0.8</connection>
        <developerConnection>scm:svn:https://studio.atlassian.com/svn/TUNNEL/tags/atlassian-tunnel-0.8</developerConnection>
        <url>https://studio.atlassian.com/source/browse/TUNNEL/tags/atlassian-tunnel-0.8</url>
    </scm>
    <build>
        <sourceDirectory>src</sourceDirectory>
        <testSourceDirectory>test</testSourceDirectory>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </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>com.atlassian.bundles</groupId>
            <artifactId>guava</artifactId>
            <version>8.1</version>
        </dependency>
        <dependency>
            <groupId>com.intellij</groupId>
            <artifactId>annotations</artifactId>
            <version>6.0.5</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.8.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
