<?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">
  <parent>
    <artifactId>atlassian-public-pom</artifactId>
    <groupId>com.atlassian.pom</groupId>
    <version>27</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.atlassian.bamboo.plugins.dotnet</groupId>
  <artifactId>atlassian-bamboo-plugin-dotnet</artifactId>
  <packaging>atlassian-plugin</packaging>
  <name>Atlassian Bamboo .NET Plugin</name>
  <version>5.0.2</version>
  <description>Plugin for Bamboo that provides .NET support</description>
  <issueManagement>
    <system>JIRA</system>
    <url>https://jira.atlassian.com/browse/BAM</url>
  </issueManagement>
  <developers>
    <developer>
      <name>Ross Rowe</name>
    </developer>
    <developer>
      <name>James William Dumay</name>
      <email>james@atlassian.com</email>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Marko Lahma</name>
    </contributor>
    <contributor>
      <name>Krystian Brazulewicz</name>
      <email>kbrazulewicz@atlassian.com</email>
    </contributor>
    <contributor>
      <name>Joseph Clark</name>
      <email>jclark@atlassian.com</email>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:hg:ssh://hg@bitbucket.org/atlassian/bamboo-dotnet-plugin</connection>
    <developerConnection>scm:hg:ssh://hg@bitbucket.org/atlassian/bamboo-dotnet-plugin</developerConnection>
    <url>https://bitbucket.org/atlassian/bamboo-dotnet-plugin/src</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>com.atlassian.maven.plugins</groupId>
        <artifactId>maven-bamboo-plugin</artifactId>
        <version>3.11</version>
        <extensions>true</extensions>
        <configuration>
          <productVersion>${bamboo.version}</productVersion>
          <productDataVersion>${bamboo.data.version}</productDataVersion>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>net.sf.alchim</groupId>
        <artifactId>yuicompressor-maven-plugin</artifactId>
        <version>0.7.1</version>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>org.jinterop:j-interop</include>
                  <include>net.java.dev.jna:jna-platform</include>
                </includes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-api</artifactId>
      <version>5.0-SNAPSHOT</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>atlassian-bamboo-api-agent-bootstrap</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-extras</artifactId>
          <groupId>com.atlassian.extras</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-core</artifactId>
          <groupId>com.atlassian.core</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-config</artifactId>
          <groupId>com.atlassian.config</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-util-concurrent</artifactId>
          <groupId>com.atlassian.util.concurrent</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-processutils</artifactId>
          <groupId>com.atlassian.utils</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-plugins-core</artifactId>
          <groupId>com.atlassian.plugins</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-plugins-servlet</artifactId>
          <groupId>com.atlassian.plugins</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-plugins-webfragment</artifactId>
          <groupId>com.atlassian.plugins</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-plugins-webresource</artifactId>
          <groupId>com.atlassian.plugins</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-plugins-osgi</artifactId>
          <groupId>com.atlassian.plugins</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-plugins-spring</artifactId>
          <groupId>com.atlassian.plugins</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bandana</artifactId>
          <groupId>com.atlassian.bandana</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-secure-random</artifactId>
          <groupId>com.atlassian.security</groupId>
        </exclusion>
        <exclusion>
          <artifactId>auiplugin-spi</artifactId>
          <groupId>com.atlassian.aui</groupId>
        </exclusion>
        <exclusion>
          <artifactId>fugue</artifactId>
          <groupId>com.atlassian.fugue</groupId>
        </exclusion>
        <exclusion>
          <artifactId>plexus-utils</artifactId>
          <groupId>org.codehaus.plexus</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jcl-over-slf4j</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-user</artifactId>
          <groupId>com.atlassian.user</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bucket</artifactId>
          <groupId>com.atlassian.bucket</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-event</artifactId>
          <groupId>com.atlassian.event</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sal-api</artifactId>
          <groupId>com.atlassian.sal</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sal-spi</artifactId>
          <groupId>com.atlassian.sal</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sal-spring</artifactId>
          <groupId>com.atlassian.sal</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ant</artifactId>
          <groupId>org.apache.ant</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-lang</artifactId>
          <groupId>commons-lang</groupId>
        </exclusion>
        <exclusion>
          <artifactId>dom4j</artifactId>
          <groupId>dom4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>oscore</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>quartz</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>propertyset</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>webwork</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>guava</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-collections</artifactId>
          <groupId>commons-collections</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-configuration</artifactId>
          <groupId>commons-configuration</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-beanutils</artifactId>
          <groupId>commons-beanutils</groupId>
        </exclusion>
        <exclusion>
          <artifactId>smackx</artifactId>
          <groupId>org.igniterealtime.smack</groupId>
        </exclusion>
        <exclusion>
          <artifactId>smack</artifactId>
          <groupId>org.igniterealtime.smack</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ldaptemplate</artifactId>
          <groupId>net.sf.ldaptemplate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>joda-time</artifactId>
          <groupId>joda-time</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-seraph</artifactId>
          <groupId>com.atlassian.seraph</groupId>
        </exclusion>
        <exclusion>
          <artifactId>osuser</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-trusted-apps-seraph-integration</artifactId>
          <groupId>com.atlassian.security.auth.trustedapps</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-trusted-apps-core</artifactId>
          <groupId>com.atlassian.security.auth.trustedapps</groupId>
        </exclusion>
        <exclusion>
          <artifactId>applinks-api</artifactId>
          <groupId>com.atlassian.applinks</groupId>
        </exclusion>
        <exclusion>
          <artifactId>applinks-host</artifactId>
          <groupId>com.atlassian.applinks</groupId>
        </exclusion>
        <exclusion>
          <artifactId>applinks-spi</artifactId>
          <groupId>com.atlassian.applinks</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-core</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-mail</artifactId>
          <groupId>com.atlassian.mail</groupId>
        </exclusion>
        <exclusion>
          <artifactId>acegi-security</artifactId>
          <groupId>org.acegisecurity</groupId>
        </exclusion>
        <exclusion>
          <artifactId>annotations</artifactId>
          <groupId>com.intellij</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jcip-annotations</artifactId>
          <groupId>net.jcip</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-aws</artifactId>
          <groupId>com.atlassian.aws</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hibernate</artifactId>
          <groupId>hibernate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-hibernate-extras</artifactId>
          <groupId>com.atlassian.hibernate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sshd-core</artifactId>
          <groupId>org.apache.sshd</groupId>
        </exclusion>
        <exclusion>
          <artifactId>soy-template-renderer-api</artifactId>
          <groupId>com.atlassian.soy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jansi</artifactId>
          <groupId>org.fusesource.jansi</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-annotations</artifactId>
          <groupId>com.atlassian.annotations</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-core</artifactId>
      <version>5.0-SNAPSHOT</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>atlassian-bamboo-deployments-api</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-core-agent-bootstrap</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-xml-utils</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-velocity</artifactId>
          <groupId>com.atlassian.velocity</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-spring</artifactId>
          <groupId>com.atlassian.spring</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bonnie</artifactId>
          <groupId>com.atlassian.bonnie</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sitemesh</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-io</artifactId>
          <groupId>commons-io</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-codec</artifactId>
          <groupId>commons-codec</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-httpclient</artifactId>
          <groupId>commons-httpclient</groupId>
        </exclusion>
        <exclusion>
          <artifactId>exml</artifactId>
          <groupId>exml</groupId>
        </exclusion>
        <exclusion>
          <artifactId>freemarker</artifactId>
          <groupId>org.freemarker</groupId>
        </exclusion>
        <exclusion>
          <artifactId>javacvs</artifactId>
          <groupId>javacvs</groupId>
        </exclusion>
        <exclusion>
          <artifactId>rome</artifactId>
          <groupId>rome</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-jms</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-core</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-context</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-remoting</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>p4java</artifactId>
          <groupId>com.tek42.perforce</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-digester</artifactId>
          <groupId>commons-digester</groupId>
        </exclusion>
        <exclusion>
          <artifactId>aspectjrt</artifactId>
          <groupId>org.aspectj</groupId>
        </exclusion>
        <exclusion>
          <artifactId>aspectjweaver</artifactId>
          <groupId>org.aspectj</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cglib-nodep</artifactId>
          <groupId>cglib</groupId>
        </exclusion>
        <exclusion>
          <artifactId>mail</artifactId>
          <groupId>javax.mail</groupId>
        </exclusion>
        <exclusion>
          <artifactId>activation</artifactId>
          <groupId>javax.activation</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jdom</artifactId>
          <groupId>jdom</groupId>
        </exclusion>
        <exclusion>
          <artifactId>svnkit</artifactId>
          <groupId>org.tmatesoft.svnkit</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jsch</artifactId>
          <groupId>com.jcraft</groupId>
        </exclusion>
        <exclusion>
          <artifactId>velocity</artifactId>
          <groupId>velocity</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xercesImpl</artifactId>
          <groupId>xerces</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xml-apis</artifactId>
          <groupId>xml-apis</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xstream</artifactId>
          <groupId>com.thoughtworks.xstream</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xwork</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-xwork-12</artifactId>
          <groupId>com.atlassian.xwork</groupId>
        </exclusion>
        <exclusion>
          <artifactId>activemq-core</artifactId>
          <groupId>org.apache.activemq</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lingo</artifactId>
          <groupId>org.logicblaze.lingo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xbean-spring</artifactId>
          <groupId>org.apache.xbean</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jms</artifactId>
          <groupId>javax.jms</groupId>
        </exclusion>
        <exclusion>
          <artifactId>botocss</artifactId>
          <groupId>com.atlassian.botocss</groupId>
        </exclusion>
        <exclusion>
          <artifactId>truezip-file</artifactId>
          <groupId>de.schlichtherle.truezip</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-util-concurrent</artifactId>
          <groupId>com.atlassian.util.concurrent</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-secure-random</artifactId>
          <groupId>com.atlassian.security</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-trusted-apps-seraph-integration</artifactId>
          <groupId>com.atlassian.security.auth.trustedapps</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-trusted-apps-core</artifactId>
          <groupId>com.atlassian.security.auth.trustedapps</groupId>
        </exclusion>
        <exclusion>
          <artifactId>applinks-api</artifactId>
          <groupId>com.atlassian.applinks</groupId>
        </exclusion>
        <exclusion>
          <artifactId>applinks-host</artifactId>
          <groupId>com.atlassian.applinks</groupId>
        </exclusion>
        <exclusion>
          <artifactId>applinks-spi</artifactId>
          <groupId>com.atlassian.applinks</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-processutils</artifactId>
          <groupId>com.atlassian.utils</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-collections</artifactId>
          <groupId>commons-collections</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-lang</artifactId>
          <groupId>commons-lang</groupId>
        </exclusion>
        <exclusion>
          <artifactId>plexus-utils</artifactId>
          <groupId>org.codehaus.plexus</groupId>
        </exclusion>
        <exclusion>
          <artifactId>dom4j</artifactId>
          <groupId>dom4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hibernate</artifactId>
          <groupId>hibernate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>smack</artifactId>
          <groupId>org.igniterealtime.smack</groupId>
        </exclusion>
        <exclusion>
          <artifactId>smackx</artifactId>
          <groupId>org.igniterealtime.smack</groupId>
        </exclusion>
        <exclusion>
          <artifactId>joda-time</artifactId>
          <groupId>joda-time</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>quartz</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>webwork</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-core</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-mail</artifactId>
          <groupId>com.atlassian.mail</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sshd-core</artifactId>
          <groupId>org.apache.sshd</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-annotations</artifactId>
          <groupId>com.atlassian.annotations</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-web</artifactId>
      <version>5.0-SNAPSHOT</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>atlassian-bamboo-persistence</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-migration</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-language</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-charts</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-upgrader</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-license</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-agent-classserver</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-agent-local</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-agent-elastic-server</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-maven-embedder</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-johnson</artifactId>
          <groupId>com.atlassian.johnson</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-profiling</artifactId>
          <groupId>com.atlassian.profiling</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-beans</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hsqldb</artifactId>
          <groupId>hsqldb</groupId>
        </exclusion>
        <exclusion>
          <artifactId>c3p0</artifactId>
          <groupId>c3p0</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jta</artifactId>
          <groupId>javax.transaction</groupId>
        </exclusion>
        <exclusion>
          <artifactId>pjl-comp-filter</artifactId>
          <groupId>pjl-comp-filter</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-fileupload</artifactId>
          <groupId>commons-fileupload</groupId>
        </exclusion>
        <exclusion>
          <artifactId>urlrewritefilter</artifactId>
          <groupId>org.tuckey</groupId>
        </exclusion>
        <exclusion>
          <artifactId>velocity-tools</artifactId>
          <groupId>velocity-tools</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-dbutils</artifactId>
          <groupId>commons-dbutils</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-user-crowd-provider</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>javax.xml.stream</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-embedder</artifactId>
          <groupId>org.apache.maven</groupId>
        </exclusion>
        <exclusion>
          <artifactId>maven-model</artifactId>
          <groupId>org.apache.maven</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jcaptcha</artifactId>
          <groupId>com.octo.captcha</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jcaptcha-api</artifactId>
          <groupId>com.octo.captcha</groupId>
        </exclusion>
        <exclusion>
          <artifactId>filters</artifactId>
          <groupId>com.jhlabs</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-xwork-12</artifactId>
          <groupId>com.atlassian.xwork</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-core</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-context</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cglib-nodep</artifactId>
          <groupId>cglib</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jdom</artifactId>
          <groupId>jdom</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xwork</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>freemarker</artifactId>
          <groupId>org.freemarker</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sitemesh</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-core</artifactId>
          <groupId>com.atlassian.core</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hibernate</artifactId>
          <groupId>hibernate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>webwork</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-collections</artifactId>
          <groupId>commons-collections</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-annotations</artifactId>
          <groupId>com.atlassian.annotations</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.atlassian.bamboo.plugins.scripttask</groupId>
      <artifactId>atlassian-bamboo-plugin-scripttask</artifactId>
      <version>5.0-SNAPSHOT</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>atlassian-annotations</artifactId>
          <groupId>com.atlassian.annotations</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-test-utils</artifactId>
      <version>5.0-SNAPSHOT</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>atlassian-bamboo-api</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-testtools</artifactId>
          <groupId>com.atlassian.testtools</groupId>
        </exclusion>
        <exclusion>
          <artifactId>staxmate</artifactId>
          <groupId>org.codehaus.staxmate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hamcrest-all</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-bamboo-deployments-api</artifactId>
          <groupId>com.atlassian.bamboo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-httpclient</artifactId>
          <groupId>commons-httpclient</groupId>
        </exclusion>
        <exclusion>
          <artifactId>quartz</artifactId>
          <groupId>opensymphony</groupId>
        </exclusion>
        <exclusion>
          <artifactId>sshd-core</artifactId>
          <groupId>org.apache.sshd</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-collections</artifactId>
          <groupId>commons-collections</groupId>
        </exclusion>
        <exclusion>
          <artifactId>atlassian-annotations</artifactId>
          <groupId>com.atlassian.annotations</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymockclassextension</artifactId>
      <version>2.4</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>cglib-nodep</artifactId>
          <groupId>cglib</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.8.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
        <version>1.5.6</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <properties>
    <bamboo.version>5.0-SNAPSHOT</bamboo.version>
    <bamboo.data.version>3.2.2</bamboo.data.version>
  </properties>
</project>

