<?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>closedsource-pom</artifactId>
        <version>3.0.42</version>
    </parent>

    <groupId>com.atlassian.confluence</groupId>
    <artifactId>confluence-project</artifactId>
    <packaging>pom</packaging>
    <version>5.7</version>
    <name>Atlassian Confluence</name>
    <inceptionYear>2003</inceptionYear>

    <modules>
        <module>confluence-api</module>
        <module>confluence-core</module>
        <module>confluence-plugins</module>
        <module>confluence-build</module>
        <module>confluence-licenses</module>

        <!-- Test plugins -->
        <module>confluence-plugins/confluence-test-plugins/confluence-functestrpc-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/confluence-functestxss-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/confluence-functest-http-validation-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/confluence-functest-rest-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/confluence-ondemand-crowd-proxy-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/confluence-scriptsfinished-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/confluence-qunit-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/helloworld-rpc-test-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/link-test-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/active-objects-test-plugin</module>
        <module>confluence-plugins/confluence-test-plugins/translation-transform-test-plugin</module>
        <module>confluence-test</module>
        <module>confluence-plugins/confluence-test-plugins/velocity-deprecation-test-plugin</module>
        <module>confluence-not-shippable</module>
        <module>confluence-test/confluence-sanity-tests</module>
        <module>confluence-plugins/confluence-test-plugins/plugins-velocity-configuration-plugin</module>

    </modules>

    <scm>
        <connection>scm:git:ssh://git@stash.atlassian.com:7997/CONF/confluence.git</connection>
        <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/CONF/confluence.git</developerConnection>
    </scm>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.activeobjects</groupId>
                <artifactId>activeobjects-confluence-spi</artifactId>
                <version>${atlassian.ao.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.activeobjects</groupId>
                <artifactId>activeobjects-plugin</artifactId>
                <version>${atlassian.ao.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.google.collections</groupId>
                        <artifactId>google-collections</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bonnie</groupId>
                <artifactId>atlassian-bonnie</artifactId>
                <version>${bonnie.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>mockobjects</groupId>
                        <artifactId>mockobjects-core</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.bouncycastle</groupId>
                        <artifactId>bcmail-jdk15</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.bouncycastle</groupId>
                        <artifactId>bcprov-jdk15</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>com.atlassian.confluence</groupId>
                <artifactId>confluence</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.confluence.rest</groupId>
                <artifactId>confluence-rest-plugin</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.confluence</groupId>
                <artifactId>confluence-bucket</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.confluence</groupId>
                <artifactId>confluence-java-api</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.confluence</groupId>
                <artifactId>confluence-rest-api</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.confluence</groupId>
                <artifactId>confluence-not-shippable</artifactId>
                <version>${project.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>com.atlassian.cache</groupId>
                <artifactId>atlassian-cache-api</artifactId>
                <version>${cache.api.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.atlassian.bundles</groupId>
                        <artifactId>jsr305</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.beehive</groupId>
                <artifactId>beehive-api</artifactId>
                <version>${beehive.version}</version>
            </dependency>

            <!-- Atlassian dependencies -->
            <dependency>
                <groupId>com.atlassian.analytics</groupId>
                <artifactId>analytics-api</artifactId>
                <version>${analytics.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.applinks</groupId>
                <artifactId>applinks-plugin</artifactId>
                <version>${applinks.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.applinks</groupId>
                <artifactId>applinks-api</artifactId>
                <version>${applinks.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.applinks</groupId>
                <artifactId>applinks-spi</artifactId>
                <version>${applinks.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.applinks</groupId>
                <artifactId>applinks-host</artifactId>
                <version>${applinks.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.cluster.monitoring</groupId>
                <artifactId>cluster-monitoring-spi</artifactId>
                <version>${cluster.monitoring.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.botocss</groupId>
                <artifactId>botocss-core</artifactId>
                <!-- Upgrading? Check to make sure the ANTLR version used is compatible with crowd-query-language -->
                <version>5.2</version>
            </dependency>
            <dependency>
                <groupId>com.google.code.findbugs</groupId>
                <artifactId>jsr305</artifactId>
                <version>3.0.0</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.crowd</groupId>
                <artifactId>embedded-crowd-api</artifactId>
                <version>${crowd.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.dragonfly</groupId>
                <artifactId>dragonfly-api</artifactId>
                <version>${dragonfly.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.dragonfly</groupId>
                <artifactId>dragonfly-spi</artifactId>
                <version>${dragonfly.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.dragonfly</groupId>
                <artifactId>dragonfly-core</artifactId>
                <version>${dragonfly.version}</version>
            </dependency>
            <dependency>
                <groupId>org.json</groupId>
                <artifactId>json</artifactId>
                <version>20070829</version>
            </dependency>
            <dependency>
                <groupId>com.google.code.gson</groupId>
                <artifactId>gson</artifactId>
                <version>1.6</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.gzipfilter</groupId>
                <artifactId>atlassian-gzipfilter</artifactId>
                <version>${atlassian.gzipfilter.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.mail</groupId>
                <artifactId>atlassian-mail</artifactId>
                <version>${atlassian.mail.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.util.concurrent</groupId>
                <artifactId>atlassian-util-concurrent</artifactId>
                <version>${atlassian.util.concurrent.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.velocity</groupId>
                <artifactId>atlassian-velocity</artifactId>
                <version>${atlassian.velocity.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.xwork</groupId>
                <artifactId>atlassian-xwork-10</artifactId>
                <version>${atlassian.xwork.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.xwork</groupId>
                <artifactId>atlassian-xwork-core</artifactId>
                <version>${atlassian.xwork.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-dao</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.core</groupId>
                <artifactId>atlassian-core</artifactId>
                <version>${core.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.image</groupId>
                <artifactId>atlassian-image-consumer</artifactId>
                <version>1.0.1</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.config</groupId>
                <artifactId>atlassian-config</artifactId>
                <version>${config.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.spring</groupId>
                <artifactId>atlassian-spring</artifactId>
                <version>${atlassian.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.spring</groupId>
                <artifactId>atlassian-spring-hibernate2</artifactId>
                <version>${atlassian.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.event</groupId>
                <artifactId>atlassian-event</artifactId>
                <version>${event.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.profiling</groupId>
                <artifactId>atlassian-profiling</artifactId>
                <version>${atlassian.profiling.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.threadlocal</groupId>
                <artifactId>atlassian-threadlocal</artifactId>
                <version>1.4</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.trackback</groupId>
                <artifactId>atlassian-trackback</artifactId>
                <version>${trackback.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.extras</groupId>
                <artifactId>atlassian-extras-core</artifactId>
                <version>3.2</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.johnson</groupId>
                <artifactId>atlassian-johnson</artifactId>
                <version>${johnson.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>osuser</groupId>
                        <artifactId>osuser</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-core</artifactId>
                <version>${confluence.project.plugins.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>cglib</groupId>
                        <artifactId>cglib-nodep</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-servlet</artifactId>
                <version>${confluence.project.plugins.version}</version>
            </dependency>
            <dependency>
                <!-- plugins webresource common had to move back into plugins core -->
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-webresource-common</artifactId>
                <version>${confluence.project.plugins.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-webfragment</artifactId>
                <version>${confluence.project.plugins.webfragment.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-webresource</artifactId>
                <version>${confluence.project.plugins.webresource.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-webresource-plugin</artifactId>
                <version>${confluence.project.plugins.webresource.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-webresource-rest</artifactId>
                <version>${confluence.project.plugins.webresource.version}</version>
            </dependency>
            <dependency>
                <groupId>org.twdata.pkgscanner</groupId>
                <artifactId>package-scanner</artifactId>
                <version>${twdata.package.scanner.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-osgi</artifactId>
                <version>${confluence.project.plugins.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-schema</artifactId>
                <version>${confluence.project.plugins.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>atlassian-plugins-spring</artifactId>
                <version>${confluence.project.plugins.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.core</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.web</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.beans</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.aop</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.context</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.templaterenderer</groupId>
                <artifactId>atlassian-template-renderer-api</artifactId>
                <version>${template.renderer.version}</version>
            </dependency>

            <!--SAL Dependencies-->
            <dependency>
                <groupId>com.atlassian.sal</groupId>
                <artifactId>sal-spi</artifactId>
                <version>${sal.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.sal</groupId>
                <artifactId>sal-spring</artifactId>
                <version>${sal.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.sal</groupId>
                <artifactId>sal-api</artifactId>
                <version>${sal.version}</version>
            </dependency>

            <!-- REST dependencies-->
            <dependency>
                <groupId>com.atlassian.plugins.rest</groupId>
                <artifactId>atlassian-rest-common</artifactId>
                <version>${rest.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins.rest</groupId>
                <artifactId>atlassian-rest-doclet</artifactId>
                <version>${rest.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins.rest</groupId>
                <artifactId>atlassian-rest-module</artifactId>
                <version>${rest.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.plugins.rest</groupId>
                <artifactId>com.atlassian.jersey-library</artifactId>
                <version>${rest.version}</version>
                <type>pom</type>
            </dependency>
            <dependency>
                <groupId>com.sun.jersey</groupId>
                <artifactId>jersey-client</artifactId>
                <version>1.8-atlassian-15</version>
            </dependency>
            <dependency>
                <groupId>com.sun.jersey.contribs</groupId>
                <artifactId>jersey-multipart</artifactId>
                <version>1.11</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bandana</groupId>
                <artifactId>atlassian-bandana</artifactId>
                <version>${bandana.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.thoughtworks.xstream</groupId>
                        <artifactId>xstream</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.soy</groupId>
                <artifactId>soy-template-renderer-api</artifactId>
                <version>${soy.templates.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.soy</groupId>
                <artifactId>soy-template-plugin</artifactId>
                <version>${soy.templates.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.user</groupId>
                <artifactId>atlassian-user</artifactId>
                <version>${atlassian.user.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>osuser</groupId>
                        <artifactId>osuser</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-dao</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <!-- Branch of atlassian-renderer to make supporting backwards compatibility with it easier
                 Currently the main branch is https://bitbucket.org/atlassian/atlassian-renderer/commits/branch/xhtml -->
            <dependency>
                <groupId>com.atlassian.renderer</groupId>
                <artifactId>atlassian-renderer-legacy</artifactId>
                <version>${renderer.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>stax</groupId>
                        <artifactId>stax-api</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.velocity.htmlsafe</groupId>
                <artifactId>velocity-htmlsafe</artifactId>
                <version>${velocity-htmlsafe.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.seraph</groupId>
                <artifactId>atlassian-seraph</artifactId>
                <version>${seraph.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security.auth.trustedapps</groupId>
                <artifactId>atlassian-trusted-apps-core</artifactId>
                <version>${trusted.apps.version}</version>
                <exclusions>
                    <exclusion>
                        <!-- excluded because bonnie brings bouncycastle in using a different groupId: org.bouncycastle -->
                        <groupId>bouncycastle</groupId>
                        <artifactId>bcprov-jdk14</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security.auth.trustedapps</groupId>
                <artifactId>atlassian-trusted-apps-seraph-integration</artifactId>
                <version>${trusted.apps.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security</groupId>
                <artifactId>atlassian-cookie-tools</artifactId>
                <version>${atlassian.security.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security</groupId>
                <artifactId>atlassian-password-encoder</artifactId>
                <version>${atlassian.security.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security</groupId>
                <artifactId>atlassian-secure-random</artifactId>
                <version>${atlassian.security.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security</groupId>
                <artifactId>atlassian-secure-utils</artifactId>
                <version>${atlassian.security.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.security</groupId>
                <artifactId>atlassian-secure-xml</artifactId>
                <version>${atlassian.security.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.selenium</groupId>
                <artifactId>atlassian-pageobjects-elements</artifactId>
                <version>${atlassian.selenium.and.webdriver.version}</version>
            </dependency>
            <dependency>
                <groupId>joda-time</groupId>
                <artifactId>joda-time</artifactId>
                <version>2.3</version>
            </dependency>
            <dependency>
                <groupId>javax.mail</groupId>
                <artifactId>mail</artifactId>
                <version>1.4.5</version>
                <exclusions>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>log4j</groupId>
                <artifactId>log4j</artifactId>
                <version>${log4j.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.sun.jdmk</groupId>
                        <artifactId>jmxtools</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>com.sun.jmx</groupId>
                        <artifactId>jmxri</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.jms</groupId>
                        <artifactId>jms</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.mail</groupId>
                        <artifactId>mail</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-api</artifactId>
                <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-log4j12</artifactId>
                <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>jul-to-slf4j</artifactId>
                <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>jcl-over-slf4j</artifactId>
                <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-lang</groupId>
                <artifactId>commons-lang</artifactId>
                <version>${commons.lang.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-logging</groupId>
                <artifactId>commons-logging</artifactId>
                <version>${commons.logging.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-logging</groupId>
                <artifactId>commons-logging-api</artifactId>
                <version>${commons.logging.api.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-io</groupId>
                <artifactId>commons-io</artifactId>
                <version>${commons.io.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-beanutils</groupId>
                <artifactId>commons-beanutils</artifactId>
                <version>${commons.beanutils.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-fileupload</groupId>
                <artifactId>commons-fileupload</artifactId>
                <version>${commons.fileupload.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-lang3</artifactId>
                <version>${commons.lang3.version}</version>
            </dependency>
            <!-- Hibernate dependencies -->
            <dependency>
                <groupId>hibernate</groupId>
                <artifactId>hibernate</artifactId>
                <version>${hibernate.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>cglib</groupId>
                        <artifactId>cglib-full</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>cglib</groupId>
                <artifactId>cglib</artifactId>
                <version>2.1_3</version>
            </dependency>
            <dependency>
                <groupId>dom4j</groupId>
                <artifactId>dom4j</artifactId>
                <version>${dom4j.jar.version}</version>
            </dependency>
            <dependency>
                <groupId>odmg</groupId>
                <artifactId>odmg</artifactId>
                <version>3.0</version>
            </dependency>
            <dependency>
                <groupId>c3p0</groupId>
                <artifactId>c3p0</artifactId>
                <version>0.9.1.2</version>
            </dependency>
            <dependency>
                <groupId>javax.transaction</groupId>
                <artifactId>jta</artifactId>
                <version>1.0.1B</version>
            </dependency>
            <dependency>
                <groupId>com.sun.xml.bind</groupId>
                <artifactId>jaxb-impl</artifactId>
                <version>2.1.10</version>
            </dependency>
            <dependency>
                <groupId>com.sun</groupId>
                <artifactId>jai_core</artifactId>
                <version>1.1.3</version>
            </dependency>
            <dependency>
                <groupId>com.sun</groupId>
                <artifactId>jai_codec</artifactId>
                <version>1.1.3</version>
            </dependency>
            <!-- WebWork2 dependencies -->
            <dependency>
                <!-- TODO: Fix WebWork http://jira.atlassian.com/browse/CONF-1651

                     Do not use a different Webwork version until WW-591 is fixed,
                     or Confluence will break.

                -->
                <groupId>opensymphony</groupId>
                <artifactId>webwork</artifactId>
                <version>2.1.5-atlassian-3</version>
                <exclusions>
                    <exclusion>
                        <groupId>opensymphony</groupId>
                        <artifactId>pell-multipart</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>com.servlets</groupId>
                        <artifactId>cos</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>ognl</groupId>
                        <artifactId>ognl</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>velocity</groupId>
                        <artifactId>velocity</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>xwork</artifactId>
                <version>1.0.3.6</version>
            </dependency>
            <dependency>
                <groupId>ognl</groupId>
                <artifactId>ognl</artifactId>
                <version>2.6.5-atlassian-2</version>
            </dependency>
            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>oscore</artifactId>
                <version>2.2.7-atlassian-1</version>
            </dependency>
            <dependency>
                <groupId>oscache</groupId>
                <artifactId>oscache</artifactId>
                <version>2.2</version>
            </dependency>
            <dependency>
                <groupId>osuser</groupId>
                <artifactId>osuser</artifactId>
                <version>atl.user</version>
            </dependency>
            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>propertyset</artifactId>
                <version>1.3-21Nov03</version>
            </dependency>
            <dependency>
                <groupId>org.apache.velocity</groupId>
                <artifactId>velocity</artifactId>
                <version>${velocity.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
                <version>${servlet.version}</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>jsp-api</artifactId>
                <version>${jsp.version}</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-core</artifactId>
                <version>${confluence.project.jdk8.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-context-support</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <!-- forward port of spring-hibernate2 to spring 2.5.6 -->
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-hibernate2</artifactId>
                <version>${confluence.project.spring-hibernate2.version}</version>
            </dependency>
            <!-- override of lib required by our forward port of spring-hibernate2 -->
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-orm</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-beans</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-jdbc</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-context</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-web</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-aop</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-tx</artifactId>
                <version>${confluence.project.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring</artifactId>
                <version>${confluence.project.jdk8.spring.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-test</artifactId>
                <version>${confluence.project.spring.test.version}</version>
                <scope>test</scope>
                <exclusions>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.spring.test.compat</groupId>
                <artifactId>spring-test-compat</artifactId>
                <version>0.2</version>
            </dependency>
            <dependency>
                <groupId>xmlunit</groupId>
                <artifactId>xmlunit</artifactId>
                <version>1.3</version>
            </dependency>


            <!-- Required but not provided for spring-aop -->
            <dependency>
                <groupId>org.aspectj</groupId>
                <artifactId>aspectjweaver</artifactId>
                <version>1.6.0</version>
            </dependency>

            <dependency>
                <groupId>net.sf.ldaptemplate</groupId>
                <artifactId>ldaptemplate</artifactId>
                <version>1.0.1</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-dao</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <!-- SiteMesh dependencies -->
            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>sitemesh</artifactId>
                <version>2.5-atlassian-6</version>
            </dependency>

            <dependency>
                <groupId>velocity-tools</groupId>
                <artifactId>velocity-tools</artifactId>
                <version>view-1.1</version>
            </dependency>

            <!-- Radeox dependencies -->
            <dependency>
                <groupId>radeox</groupId>
                <artifactId>radeox</artifactId>
                <version>1.0b2-forked-22Apr2004</version>
            </dependency>

            <!-- Lucene dependencies -->
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-core</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-analyzers-common</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-analyzers-kuromoji</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-queryparser</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-misc</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-highlighter</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.lucene</groupId>
                <artifactId>lucene-queries</artifactId>
                <version>${lucene.version}</version>
            </dependency>
            <dependency>
                <groupId>jakarta-regexp</groupId>
                <artifactId>jakarta-regexp</artifactId>
                <version>${jakarta.regexp.version}</version>
            </dependency>

            <dependency>
                <groupId>commons-digester</groupId>
                <artifactId>commons-digester</artifactId>
                <version>1.5</version>
            </dependency>

            <!-- pdfbox dependencies -->
            <dependency>
                <groupId>org.apache.pdfbox</groupId>
                <artifactId>pdfbox</artifactId>
                <version>1.8.4</version>
            </dependency>
            <dependency>
                <groupId>org.bouncycastle</groupId>
                <artifactId>bcprov-jdk15on</artifactId>
                <version>${bouncycastle.version}</version>
            </dependency>
            <dependency>
                <groupId>org.bouncycastle</groupId>
                <artifactId>bcmail-jdk15on</artifactId>
                <version>${bouncycastle.version}</version>
            </dependency>
            <!-- end pdfbox dependencies -->

            <dependency>
                <groupId>FontBox</groupId>
                <artifactId>FontBox</artifactId>
                <version>0.1.0-dev</version>
            </dependency>

            <dependency>
                <groupId>net.sourceforge.cssparser</groupId>
                <artifactId>cssparser</artifactId>
                <version>0.9.5</version>
            </dependency>

            <!-- EhCache dependencies -->
            <dependency>
                <groupId>net.sf.ehcache</groupId>
                <artifactId>ehcache</artifactId>
                <version>2.8.2</version>
            </dependency>

            <!-- Hazelcast dependencies -->
            <dependency>
                <groupId>com.hazelcast</groupId>
                <artifactId>hazelcast</artifactId>
                <version>3.3.1</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.hazelcast</groupId>
                <artifactId>atlassian-hazelcast-extras-osgi</artifactId>
                <version>1.1.2</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.typesafe</groupId>
                <artifactId>config</artifactId>
                <version>1.2.0</version>
            </dependency>

            <!-- JTidy dependencies -->

            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>jtidy</artifactId>
                <version>r8-20060801</version>
            </dependency>

            <!-- Quartz dependencies -->
            <dependency>
                <groupId>org.quartz-scheduler</groupId>
                <artifactId>quartz</artifactId>
                <version>1.8.6</version>
            </dependency>

            <!-- atlassian-scheduler -->
            <dependency>
                <groupId>com.atlassian.scheduler</groupId>
                <artifactId>atlassian-scheduler-api</artifactId>
                <version>${atlassian.scheduler.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.scheduler</groupId>
                <artifactId>atlassian-scheduler-core</artifactId>
                <version>${atlassian.scheduler.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.scheduler</groupId>
                <artifactId>atlassian-scheduler-quartz1</artifactId>
                <version>${atlassian.scheduler.version}</version>
            </dependency>

            <!-- HSQL dependencies -->
            <dependency>
                <groupId>org.hsqldb</groupId>
                <artifactId>hsqldb</artifactId>
                <version>${hsqldb.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.hsqldb</groupId>
                <artifactId>atlassian-hsqdlb-server-integration</artifactId>
                <version>1.1.0</version>
            </dependency>

            <dependency>
                <groupId>junit</groupId>
                <artifactId>junit-dep</artifactId>
                <version>${junit-dep.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.hamcrest</groupId>
                <artifactId>hamcrest-core</artifactId>
                <version>1.3</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.hamcrest</groupId>
                <artifactId>hamcrest-library</artifactId>
                <version>1.3</version>
                <scope>test</scope>
            </dependency>

            <!-- FIXED: Id has a an invalid symbol -->
            <dependency>
                <groupId>mockobjects</groupId>
                <artifactId>mockobjects-core</artifactId>
                <version>0.09</version>
                <scope>test</scope>
            </dependency>
            <!--FIXED: This does not have a version and therefore can not be called in Maven 2 using only <jar> -->
            <dependency>
                <groupId>mockobjects</groupId>
                <artifactId>mockobjects</artifactId>
                <version>0.07-j1.3-j2ee1.3</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>mockobjects</groupId>
                <artifactId>mockobjects-j1.3-j2ee1.3</artifactId>
                <version>0.07</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.mockito</groupId>
                <artifactId>mockito-core</artifactId>
                <version>1.9.5</version>
            </dependency>
            <dependency>
                <groupId>org.powermock</groupId>
                <artifactId>powermock-module-junit4</artifactId>
                <version>${powermock.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.powermock</groupId>
                <artifactId>powermock-api-mockito</artifactId>
                <version>${powermock.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-all</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.reflections</groupId>
                <artifactId>reflections</artifactId>
                <version>0.9.9-RC1</version>
            </dependency>
            <dependency>
                <groupId>net.sourceforge.htmlunit</groupId>
                <artifactId>htmlunit</artifactId>
                <version>${htmlunit.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.cache</groupId>
                <artifactId>atlassian-cache-memory</artifactId>
                <version>${cache.api.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.cache</groupId>
                <artifactId>atlassian-cache-ehcache</artifactId>
                <version>${cache.api.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.cache</groupId>
                <artifactId>atlassian-cache-common-impl</artifactId>
                <version>${cache.api.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.cache</groupId>
                <artifactId>atlassian-cache-hazelcast</artifactId>
                <version>${cache.api.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.atlassian.bundles</groupId>
                        <artifactId>jsr305</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>com.atlassian.cache</groupId>
                <artifactId>atlassian-cache-core-test</artifactId>
                <version>${cache.api.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <!-- Rome (RSS Util) dependencies -->
            <dependency>
                <groupId>rome</groupId>
                <artifactId>rome</artifactId>
                <version>${rome.version}</version>
            </dependency>

            <!-- CONF-7724
                 jdom v1.0 is required by Crowd.
                 Please check with the Crowd guys before changing
                 this dependency
            -->
            <dependency>
                <groupId>jdom</groupId>
                <artifactId>jdom</artifactId>
                <version>1.0</version>
            </dependency>

            <!-- JRCS / Diff dependencies -->
            <!-- FIXED: Id has a an invalid symbol -->
            <dependency>
                <groupId>commons-jrcs</groupId>
                <artifactId>commons-jrcs</artifactId>
                <version>${jrcs-diff.version}</version>
            </dependency>

            <!-- commons-httpclient is obsolete. Prefer httpcomponents httpclient or httpclient-osgi instead -->
            <dependency>
                <groupId>commons-httpclient</groupId>
                <artifactId>commons-httpclient</artifactId>
                <version>${commons.httpclient.version}</version>
            </dependency>
            <dependency>
                <groupId>net.sourceforge.nekohtml</groupId>
                <artifactId>nekohtml</artifactId>
                <version>1.9.15</version>
            </dependency>
            <dependency>
                <groupId>xerces</groupId>
                <artifactId>xercesImpl</artifactId>
                <version>${xerces.version}</version>
            </dependency>

            <!-- XML-RPC -->
            <!-- Vanilla 2.0 source with patch from http://issues.apache.org/jira/browse/XMLRPC-61 installed and CONF-13640 fixed. -->
            <!-- And patch for CONF-13777 - Remove reuse of StringBuffer (causing OOM on IBM JVM) -->
            <dependency>
                <groupId>xmlrpc</groupId>
                <artifactId>xmlrpc</artifactId>
                <version>${xmlrpc.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.xmlrpc</groupId>
                <artifactId>xmlrpc-supplementary-character-support</artifactId>
                <version>0.2</version>
            </dependency>

            <dependency>
                <groupId>commons-discovery</groupId>
                <artifactId>commons-discovery</artifactId>
                <version>0.2</version>
            </dependency>

            <dependency>
                <groupId>commons-codec</groupId>
                <artifactId>commons-codec</artifactId>
                <version>${commons.codec.version}</version>
            </dependency>

            <!-- Trackback dependencies -->
            <dependency>
                <groupId>oro</groupId>
                <artifactId>oro</artifactId>
                <version>2.0.8</version>
            </dependency>

            <!-- WebDAV dependencies -->
            <dependency>
                <groupId>slide</groupId>
                <artifactId>slide</artifactId>
                <version>2.1</version>
            </dependency>

            <!-- XStream dependencies for serializing Objects to XML -->
            <dependency>
                <groupId>com.thoughtworks.xstream</groupId>
                <artifactId>xstream</artifactId>
                <version>1.1.1</version>
            </dependency>

            <!-- jfreechart dependencies -->
            <dependency>
                <groupId>jfree</groupId>
                <artifactId>jfreechart</artifactId>
                <version>1.0.0</version>
                <exclusions>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <!-- xalan not packaged with jdk 1.5.x, so we need to include this now. -->
            <dependency>
                <groupId>xalan</groupId>
                <artifactId>xalan</artifactId>
                <version>2.7.1</version>
            </dependency>

            <!-- JCapcha dependency -->
            <dependency>
                <groupId>com.octo.captcha</groupId>
                <artifactId>jcaptcha-all</artifactId>
                <version>1.0-RC6</version>
            </dependency>

            <dependency>
                <groupId>org.tuckey</groupId>
                <artifactId>urlrewritefilter</artifactId>
                <version>4.0.4</version>
            </dependency>

            <dependency>
                <groupId>commons-collections</groupId>
                <artifactId>commons-collections</artifactId>
                <version>${commons.collections.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.xml.stream</groupId>
                <artifactId>stax-api</artifactId>
                <version>1.0-2</version>
            </dependency>

            <dependency>
                <groupId>org.codehaus.woodstox</groupId>
                <artifactId>wstx-asl</artifactId>
                <version>3.2.9-atlassian-1</version>
                <exclusions>
                    <exclusion>
                        <groupId>stax</groupId>
                        <artifactId>stax-api</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <!-- Start XFire dependencies -->
            <dependency>
                <groupId>org.codehaus.xfire</groupId>
                <artifactId>xfire-core</artifactId>
                <version>1.2.6</version>
                <exclusions>
                    <exclusion>
                        <groupId>javax.mail</groupId>
                        <artifactId>mail</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>stax</groupId>
                        <artifactId>stax-api</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>jaxen</groupId>
                        <artifactId>jaxen</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>org.codehaus.xfire</groupId>
                <artifactId>xfire-aegis</artifactId>
                <version>1.2.6</version>
                <exclusions>
                    <exclusion>
                        <groupId>javax.mail</groupId>
                        <artifactId>mail</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>stax</groupId>
                        <artifactId>stax-api</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>


            <!-- End XFire dependencies -->

            <!-- RELENG-297 - Fix amazing amount of warnings when building confluence  -->
            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>pell-multipart</artifactId>
                <version>2.1.5-atlassian</version>
            </dependency>

            <dependency>
                <groupId>net.jcip</groupId>
                <artifactId>jcip-annotations</artifactId>
                <version>1.0</version>
            </dependency>

            <!-- Replaces google-collections. See also the enforcer rule ban_google_collections -->
            <dependency>
                <groupId>com.google.guava</groupId>
                <artifactId>guava</artifactId>
                <version>${guava.version}</version>
            </dependency>

            <!-- TODO Replace com.google.inject:guice with this, or use a final release of google guice 3.1+ -->
            <dependency>
                <groupId>org.sonatype.sisu</groupId>
                <artifactId>sisu-guice</artifactId>
                <version>${sisu.guice.version}</version>
            </dependency>
            <dependency>
                <groupId>com.google.inject</groupId>
                <artifactId>guice</artifactId>
                <version>${google.guice.version}</version>
            </dependency>
            <dependency>
                <groupId>com.google.inject.extensions</groupId>
                <artifactId>guice-servlet</artifactId>
                <version>${google.guice.version}</version>
            </dependency>
            <!-- TODO exclude com.springsource.javax.inject and anything else that bundles this -->
            <dependency>
                <groupId>javax.inject</groupId>
                <artifactId>javax.inject</artifactId>
                <version>1</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.fugue</groupId>
                <artifactId>fugue</artifactId>
                <version>${fugue.version}</version>
            </dependency>

            <dependency>
                <groupId>javax.xml.bind</groupId>
                <artifactId>jaxb-api</artifactId>
                <version>2.1</version>
                <exclusions>
                    <exclusion>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>org.outerj.daisy</groupId>
                <artifactId>daisydiff</artifactId>
                <version>1.1-atlassian-5</version>
                <exclusions>
                    <exclusion>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <!-- CONFDEV-10884 - Fix WebDriver tests failing because of NoSuchMethodError in HttpUtils -->
            <dependency>
                <groupId>org.apache.httpcomponents</groupId>
                <artifactId>httpclient</artifactId>
                <version>${httpcomponents.httpclient.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.httpcomponents</groupId>
                <artifactId>httpclient-cache</artifactId>
                <version>${httpcomponents.httpclient.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.httpcomponents</groupId>
                <artifactId>httpcore</artifactId>
                <version>${httpcomponents.httpcore.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.healthcheck</groupId>
                <artifactId>atlassian-healthcheck</artifactId>
                <version>${healthcheck.version}</version>
                <scope>provided</scope>
            </dependency>

            <dependency>
                <groupId>com.atlassian.http</groupId>
                <artifactId>atlassian-http</artifactId>
                <version>0.0.8.8</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.annotations</groupId>
                <artifactId>atlassian-annotations</artifactId>
                <version>${atlassian-annotations.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.plugins</groupId>
                <artifactId>less-transformer-plugin</artifactId>
                <version>${atlassian.less.version}</version>
                <scope>provided</scope>
            </dependency>

            <dependency>
                <groupId>com.atlassian.confluence.plugins</groupId>
                <artifactId>status-macro</artifactId>
                <version>${status.macro.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.confluence.plugins</groupId>
                <artifactId>status-macro</artifactId>
                <version>${status.macro.version}</version>
                <type>test-jar</type>
            </dependency>

            <dependency>
                <groupId>com.atlassian.confluence.plugins</groupId>
                <artifactId>confluence-email-litmus-tests</artifactId>
                <version>${confluence-notifications.version}</version>
                <type>test-jar</type>
            </dependency>

            <dependency>
                <groupId>org.codehaus.jackson</groupId>
                <artifactId>jackson-core-asl</artifactId>
                <version>${jackson.version}</version>
            </dependency>
            <dependency>
                <groupId>org.codehaus.jackson</groupId>
                <artifactId>jackson-mapper-asl</artifactId>
                <version>${jackson.version}</version>
            </dependency>
            <dependency>
                <groupId>org.codehaus.jackson</groupId>
                <artifactId>jackson-jaxrs</artifactId>
                <version>${jackson.version}</version>
            </dependency>
            <dependency>
                <groupId>org.codehaus.jackson</groupId>
                <artifactId>jackson-xc</artifactId>
                <version>${jackson.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian</groupId>
                <artifactId>one-source-of-truth</artifactId>
                <version>${atlassian.one-source-of-truth.version}</version>
            </dependency>

            <!-- Dependencies for monitoring -->
            <dependency>
                <groupId>com.atlassian.instrumentation</groupId>
                <artifactId>atlassian-instrumentation-core</artifactId>
                <version>${atlassian.instrumentation.version}</version>
            </dependency>

            <!-- hallelujah -->
            <dependency>
                <groupId>com.atlassian.buildeng.hallelujah</groupId>
                <artifactId>server</artifactId>
                <version>${hallelujah.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.buildeng.hallelujah</groupId>
                <artifactId>client</artifactId>
                <version>${hallelujah.version}</version>
            </dependency>

            <dependency>
                <groupId>com.atlassian.tenancy</groupId>
                <artifactId>atlassian-tenancy-api</artifactId>
                <version>${atlassian.tenancy.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian</groupId>
                <artifactId>atlassian-localhost</artifactId>
                <version>${atlassian.localhost.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <build>
        <outputDirectory>${project.build.directory}/classes</outputDirectory>
        <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>

        <pluginManagement>
            <plugins>
                <plugin>
                    <artifactId>maven-idea-plugin</artifactId>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>atlassian-pdk</artifactId>
                    <version>2.3.1</version>
                    <configuration>
                        <extractDependencies>true</extractDependencies>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>clirr-rules-maven-plugin</artifactId>
                    <version>0.7</version>
                    <configuration>
                        <comparisonVersion>${api.compatibility.check.version}</comparisonVersion>
                        <includes>
                        <include>**/com/atlassian/**/*Manager*</include>
                        <include>**/com/atlassian/**/*Service*</include>
                        <include>**/com/atlassian/**/*Facade*</include>
                        <include>**/com/atlassian/**/*Util*</include>
                        <include>**/com/atlassian/**/*Factory*</include>
                    </includes>
                        <excludes>
                            <!-- these are excluded from the OSGi classpath in bootstrapContext.xml packageScanningConfiguration -->
                            <exclude>**/com/atlassian/confluence/api/impl/**</exclude>
                            <exclude>**/com/atlassian/confluence/impl/**</exclude>
                            <exclude>**/com/atlassian/confluence/internal/**</exclude>
                        </excludes>
                        <rules>
                            <include>METHOD_NOW_IN_SUPERCLASS</include>
                            <include>METHOD_NOW_IN_INTERFACE</include>
                            <include>METHOD_REMOVED</include>
                            <include>METHOD_ARGCOUNT_CHANGED</include>
                            <include>METHOD_PARAMTYPE_CHANGED</include>
                            <include>METHOD_RETURNTYPE_CHANGED</include>
                            <include>METHOD_LESS_ACCESSIBLE</include>
                            <include>REMOVED_CLASS_FROM_SUPERCLASSES</include>
                            <include>MODIFIER_ADDED_ABSTRACT</include>
                            <include>SCOPE_DECREASED</include>
                            <include>IFACE_REMOVED</include>
                            <include>CLASS_REMOVED</include>
                        </rules>
                        <resolveDependentClasses>true</resolveDependentClasses>
                        <classTypes>
                            <classType>INTERFACE</classType>
                            <classType>NOINTERFACE_CLASS</classType>
                        </classTypes>
                        <expectedFile>${basedir}/src/test/etc/api-changes.txt</expectedFile>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>xslt-maven-plugin</artifactId>
                    <configuration>
                        <srcDir>${maven.war.webapp.dir}/WEB-INF</srcDir>
                        <destDir>${maven.war.webapp.dir}/WEB-INF</destDir>
                        <fileNameRegex>web</fileNameRegex>
                        <fileNameReplacement>web.resin3</fileNameReplacement>
                        <srcIncludes>web.xml</srcIncludes>
                        <xslFile>${maven.war.webapp.dir}/WEB-INF/resin3patch.xslt</xslFile>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.cargo</groupId>
                    <artifactId>cargo-maven2-plugin</artifactId>
                    <version>${cargo.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>${surefire.version}</version>
                    <configuration>
                        <argLine>-noverify -XX:MaxPermSize=96M -Djava.awt.headless=true -Xmx384m</argLine>
                        <skip>${maven.test.unit.skip}</skip>
                        <runOrder>alphabetical</runOrder>
                        <systemPropertyVariables>
                            <java.io.tmpdir>${java.io.tmpdir}</java.io.tmpdir>
                        </systemPropertyVariables>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-failsafe-plugin</artifactId>
                    <version>${surefire.version}</version><!-- Same version as surefire -->
                </plugin>
                <plugin>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <version>2.1-atlassian-2</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-release-plugin</artifactId>
                    <version>2.2.2</version>
                    <configuration>
                        <!-- Looks like you might need to add -P here as well :( http://jira.codehaus.org/browse/MRELEASE-459 -->
                        <arguments>-DskipTests=true -Dmaven.javadoc.skip=true -P${release.plugin.perform.profiles} ${release.plugin.extraArguments}</arguments>
                        <preparationGoals>${release.plugin.preparation.goals}</preparationGoals>
                        <goals>${release.plugin.goals}</goals>
                        <releaseProfiles>${release.plugin.perform.profiles}</releaseProfiles>
                    </configuration>
                    <dependencies>
                        <!-- Fix for SCM-574 -->
                        <dependency>
                            <groupId>org.apache.maven.scm</groupId>
                            <artifactId>maven-scm-provider-gitexe</artifactId>
                            <version>1.5</version>
                        </dependency>
                    </dependencies>
                </plugin>
                <plugin>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <configuration>
                        <maxmemory>1024m</maxmemory>
                    </configuration>
                    <executions>
                        <execution>
                            <id>aggregate</id>
                            <goals>
                                <goal>aggregate</goal>
                            </goals>
                            <configuration>
                                <!-- Specific configuration for the aggregate report -->
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-clean-plugin</artifactId>
                    <version>2.5</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-war-plugin</artifactId>
                    <version>2.3</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-resources-plugin</artifactId>
                    <version>2.5</version>
                    <!-- we need the fix for MRESOURCES-39 -->
                    <configuration>
                        <encoding>UTF-8</encoding>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-eclipse-plugin</artifactId>
                    <version>2.6</version>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-up-and-down-plugin</artifactId>
                    <version>0.1</version>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-clover2-plugin</artifactId>
                    <version>${clover.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-antrun-plugin</artifactId>
                    <version>1.7</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>exec-maven-plugin</artifactId>
                    <version>1.1</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>xml-maven-plugin</artifactId>
                    <version>1.0-beta-2</version>
                </plugin>
                <!-- If the maven-source-plugin is invoked, it should not attach the sources
                     to the main artifacts, since that would get them deployed alongside in the
                     public repository. -->
                <plugin>
                    <artifactId>maven-source-plugin</artifactId>
                    <configuration>
                        <attach>false</attach>
                    </configuration>
                </plugin>
                <!-- Should match the version in AMPS, while we still use it at all -->
                <plugin>
                    <groupId>org.apache.felix</groupId>
                    <artifactId>maven-bundle-plugin</artifactId>
                    <version>2.0.0</version>
                    <extensions>true</extensions>
                </plugin>
                <plugin>
                    <groupId>org.twdata.maven</groupId>
                    <artifactId>maven-cli-plugin</artifactId>
                    <version>1.0.10</version>
                    <configuration>
                        <commands>
                            <!-- skip clean. Run that yourself when you need it -->
                            <pi>resources compile jar com.atlassian.maven.plugins:atlassian-pdk:install</pi>
                            <mpi>resources compile com.atlassian.maven.plugins:maven-confluence-plugin:compress-resources jar com.atlassian.maven.plugins:atlassian-pdk:install</mpi>
                            <pu>com.atlassian.maven.plugins:atlassian-pdk:uninstall</pu>
                        </commands>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-amps-plugin</artifactId>
                    <version>${amps.plugin.version}</version>
                    <extensions>true</extensions>
                    <dependencies>
                        <!-- remove when we reach an AMPS version that shares our rest-doclet version -->
                        <dependency>
                            <groupId>com.atlassian.plugins.rest</groupId>
                            <artifactId>atlassian-rest-doclet</artifactId>
                            <version>${rest.version}</version>
                        </dependency>
                        <!-- remove when we reach an AMPS version that uses guava 11 -->
                        <dependency>
                            <groupId>com.googlecode.guava-osgi</groupId>
                            <artifactId>guava-osgi</artifactId>
                            <version>${guava-osgi.version}</version>
                        </dependency>
                        <dependency>
                            <groupId>com.google.guava</groupId>
                            <artifactId>guava</artifactId>
                            <version>${guava.version}</version>
                        </dependency>
                        <!-- remove when AMPS knows what it's doing -->
                        <dependency>
                            <groupId>commons-lang</groupId>
                            <artifactId>commons-lang</artifactId>
                            <version>${commons.lang.version}</version>
                        </dependency>
                    </dependencies>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-confluence-plugin</artifactId>
                    <version>${amps.plugin.version}</version>
                    <extensions>true</extensions>
                    <dependencies>
                        <!-- remove when we reach an AMPS version that shares our rest-doclet version -->
                        <dependency>
                            <groupId>com.atlassian.plugins.rest</groupId>
                            <artifactId>atlassian-rest-doclet</artifactId>
                            <version>${rest.version}</version>
                        </dependency>
                        <!-- remove when we reach an AMPS version that uses guava 11 -->
                        <dependency>
                            <groupId>com.googlecode.guava-osgi</groupId>
                            <artifactId>guava-osgi</artifactId>
                            <version>${guava-osgi.version}</version>
                        </dependency>
                        <dependency>
                            <groupId>com.google.guava</groupId>
                            <artifactId>guava</artifactId>
                            <version>${guava.version}</version>
                        </dependency>
                        <!-- remove when AMPS knows what it's doing -->
                        <dependency>
                            <groupId>commons-lang</groupId>
                            <artifactId>commons-lang</artifactId>
                            <version>${commons.lang.version}</version>
                        </dependency>
                    </dependencies>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-refapp-plugin</artifactId>
                    <version>${amps.plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>com.samaxes.maven</groupId>
                    <artifactId>minify-maven-plugin</artifactId>
                    <version>${minify.maven.plugin.version}</version>
                    <executions>
                        <execution>
                            <goals>
                                <goal>minify</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>selenium-maven-plugin</artifactId>
                    <version>${selenium.maven.version}</version>
                    <configuration>
                        <firefoxProfileTemplate>${selenium.firefox.profile}</firefoxProfileTemplate>
                    </configuration>
                    <executions>
                        <execution>
                            <id>start-xvfb-instance</id>
                            <phase>pre-integration-test</phase>
                            <goals>
                                <goal>xvfb</goal>
                            </goals>
                            <configuration>
                                <skip>${selenium.xvfb.skip}</skip>
                                <display>${selenium.xvfb.display}</display>
                            </configuration>
                        </execution>
                        <execution>
                            <id>start-selenium-server</id>
                            <phase>pre-integration-test</phase>
                            <goals>
                                <goal>start-server</goal>
                            </goals>
                            <configuration>
                                <background>true</background>
                                <singleWindow>${single.window}</singleWindow>
                                <port>${selenium.server.port}</port>
                            </configuration>
                        </execution>
                        <execution>
                            <id>stop-selenium-server</id>
                            <phase>post-integration-test</phase>
                            <goals>
                                <goal>stop-server</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-enforcer-plugin</artifactId>
                    <!-- TODO: CONFDEV-29814: we're forced down to 1.1 here deliberately. -->
                    <!-- base-pom brings in 1.3.1, but this causes the build to take almost 2x longer. -->
                    <version>1.1</version>
                    <executions>
                        <execution>
                            <id>ban_conflicting_dependencies</id>
                            <goals>
                                <goal>enforce</goal>
                            </goals>
                            <phase>validate</phase>
                            <configuration>
                                <rules>
                                    <!--We only do guava from now on -->
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>make sure google-collections is not accidentally included as a transitive
                                            dependency. Use guava instead
                                        </message>
                                        <excludes>
                                            <exclude>com.atlassian.bundles:google-collections</exclude>
                                            <exclude>com.google.collections:google-collections</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>make sure bouncycastle bc*-jdk14, 15 or 16 are not accidentally
                                            included as transitive dependencies. Use bc*-jdk15on instead
                                        </message>
                                        <excludes>
                                            <exclude>bouncycastle:*</exclude>
                                            <exclude>org.bouncycastle:bcmail-jdk14</exclude>
                                            <exclude>org.bouncycastle:bcmail-jdk15</exclude>
                                            <exclude>org.bouncycastle:bcmail-jdk16</exclude>
                                            <exclude>org.bouncycastle:bcpkix-jdk14</exclude>
                                            <exclude>org.bouncycastle:bcpkix-jdk15</exclude>
                                            <exclude>org.bouncycastle:bcpkix-jdk16</exclude>
                                            <exclude>org.bouncycastle:bcprov-jdk14</exclude>
                                            <exclude>org.bouncycastle:bcprov-jdk15</exclude>
                                            <exclude>org.bouncycastle:bcprov-jdk16</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>make sure jackson-*-lgpl are not accidentally
                                            included as transitive dependencies. Use jackson-*-asl instead
                                        </message>
                                        <excludes>
                                            <exclude>org.codehaus.jackson:jackson-lgpl</exclude>
                                            <exclude>org.codehaus.jackson:jackson-core-lgpl</exclude>
                                            <exclude>org.codehaus.jackson:jackson-mapper-lgpl</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>make sure junit, hamcrest-all and mockito-all are not accidentally
                                            included as transitive dependencies. Use junit-dep, hamcrest-core,
                                            hamcrest-library and mockito-core instead
                                        </message>
                                        <excludes>
                                            <exclude>junit:junit</exclude>
                                            <exclude>org.mockito:mockito-all</exclude>
                                            <exclude>org.hamcrest:hamcrest-all</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>make sure com.googlecode.findbugs:jsr305, net.sourceforge.findbugs:jsr305 and com.atlassian.bundles:jsr305 are not accidentally included as transitive dependencies.
                                            Use com.google.code.findbugs:jsr305 &gt;= 1.3.9 instead
                                        </message>
                                        <excludes>
                                            <exclude>com.googlecode.findbugs:jsr305</exclude>
                                            <exclude>net.sourceforge.findbugs:jsr305</exclude>
                                            <exclude>com.google.code.findbugs:jsr305:(,1.3.8]</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>exclude activation jar that is now in the JDK</message>
                                        <excludes>
                                            <exclude>org.apache.geronimo.specs:geronimo-activation</exclude>
                                            <exclude>javax.activation:activation</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <searchTransitive>true</searchTransitive>
                                        <message>exclude org.springframework:spring and org.springframework:org.springframework.*
                                            as it is no longer available in newer spring releases.
                                            Do not mix and match regular spring jars and springsource jars either.
                                            Use spring-beans, spring-context, spring-core, spring-jdbc, etc instead.
                                        </message>
                                        <excludes>
                                            <exclude>org.springframework:spring</exclude>
                                            <exclude>org.springframework:org.springframework.aop</exclude>
                                            <exclude>org.springframework:org.springframework.aspects</exclude>
                                            <exclude>org.springframework:org.springframework.beans</exclude>
                                            <exclude>org.springframework:org.springframework.context</exclude>
                                            <exclude>org.springframework:org.springframework.context.support</exclude>
                                            <exclude>org.springframework:org.springframework.core</exclude>
                                            <exclude>org.springframework:org.springframework.expression</exclude>
                                            <exclude>org.springframework:org.springframework.jdbc</exclude>
                                            <exclude>org.springframework:org.springframework.jms</exclude>
                                            <exclude>org.springframework:org.springframework.orm</exclude>
                                            <exclude>org.springframework:org.springframework.oxm</exclude>
                                            <exclude>org.springframework:org.springframework.spring-library</exclude>
                                            <exclude>org.springframework:org.springframework.transaction</exclude>
                                            <exclude>org.springframework:org.springframework.web</exclude>
                                            <exclude>org.springframework:org.springframework.web.servlet</exclude>
                                            <exclude>org.springframework:org.springframework.web.portlet</exclude>
                                            <exclude>org.aopalliance:com.springsource.org.aopalliance</exclude>
                                        </excludes>
                                    </bannedDependencies>
                                </rules>
                                <fail>true</fail>
                            </configuration>
                        </execution>
                        <execution>
                            <id>ban-milestones-and-release-candidates</id>
                            <phase>validate</phase>
                            <goals>
                                <goal>enforce</goal>
                            </goals>
                            <configuration>
                                <rules>
                                    <banVersionDeps>
                                        <excludes>
                                            <exclude>com.atlassian.crowd:*</exclude>
                                            <exclude>com.atlassian.plugins:atlassian-plugins-webresource</exclude>
                                            <exclude>com.atlassian.plugins:atlassian-plugins-webresource-plugin</exclude>
                                            <exclude>com.atlassian.plugins:atlassian-plugins-webresource-rest</exclude>
                                            <exclude>com.octo.captcha:jcaptcha-all</exclude>
                                            <exclude>com.atlassian.translations:*</exclude>
                                            <exclude>com.atlassian.selenium:*</exclude>
                                            <exclude>com.atlassian.confluence.plugins:confluence-inline-comments</exclude>
                                            <exclude>com.atlassian.integration.jira:jira-integration-plugin</exclude>
                                            <exclude>com.hazelcast:hazelcast</exclude>
                                            <exclude>com.atlassian.qunit:atlassian-qunit-plugin-util</exclude>
                                        </excludes>
                                    </banVersionDeps>
                                </rules>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                        <lifecycleMappingMetadata>
                            <pluginExecutions>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-enforcer-plugin</artifactId>
                                        <versionRange>[0.0,)</versionRange>
                                        <goals>
                                            <goal>enforce</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore />
                                    </action>
                                </pluginExecution>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>
                                            com.atlassian.maven.plugins
                                        </groupId>
                                        <artifactId>
                                            sandbox-maven-plugin
                                        </artifactId>
                                        <versionRange>
                                            [2.1-beta11,)
                                        </versionRange>
                                        <goals>
                                            <goal>sandbox</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore />
                                    </action>
                                </pluginExecution>
                            </pluginExecutions>
                        </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <!-- https://extranet.atlassian.com/display/RELENG/2012/05/02/Faster+builds+with+maven+compiler+plugin+2.4, temporarily up it here until atlassian-closedsource-pom / atlassian-base-pom are upped / bring it in -->
                    <version>2.5</version>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-source-routes-plugin</artifactId>
                    <version>${maven.source.routes.plugin.version}</version>
                    <configuration>
                        <distributionManagement>
                            <repository>
                                <id>atlassian-private</id>
                                <name>Atlassian Private Repository</name>
                                <url>https://maven.atlassian.com/private</url>
                            </repository>
                            <snapshotRepository>
                                <id>atlassian-private-snapshot</id>
                                <name>Atlassian Private Snapshot Repository</name>
                                <url>https://maven.atlassian.com/private-snapshot</url>
                            </snapshotRepository>
                        </distributionManagement>
                    </configuration>
                </plugin>

                <!-- These override the parent pom versions. Remove these when maven 3 migration is complete with newer parent pom -->
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-install-plugin</artifactId>
                    <version>2.3.1</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>2.4</version>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.lesscss</groupId>
                    <artifactId>lesscss-maven-plugin</artifactId>
                    <version>${atlassian.less.version}</version>
                    <executions>
                        <execution>
                            <id>compile-less</id>
                            <phase>process-resources</phase>
                            <goals>
                                <goal>compile</goal>
                            </goals>
                            <configuration>
                                <suffix>.css</suffix>
                                <sourceDirectory>${project.basedir}/src/main/resources</sourceDirectory>
                                <outputDirectory>${project.build.outputDirectory}</outputDirectory>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>

                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>license-maven-plugin</artifactId>
                    <version>0.24</version>
                    <configuration>
                        <nonMavenDependenciesFile>${thirdpartylicensing.dir}/missing-non-maven-dependencies.properties</nonMavenDependenciesFile>
                        <licensesDirectory>${thirdpartylicensing.licenses}</licensesDirectory>
                        <bomFile>${thirdpartylicensing.bom}</bomFile>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <version>1.5</version>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
    <reporting>
        <plugins>
            <plugin>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <maxmemory>1024m</maxmemory>
                </configuration>
                <reportSets>
                    <reportSet>
                        <id>default</id>
                        <reports>
                            <report>aggregate</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
        </plugins>
    </reporting>
    <profiles>
        <profile>
            <id>mvn2-release</id>
            <activation>
                <property>
                    <name>mvn2-release</name>
                </property>
            </activation>
            <properties>
                <maven.source.routes.plugin.version>1.2.2</maven.source.routes.plugin.version>
            </properties>
        </profile>
        <profile>
            <id>release</id>
            <activation>
                <property>
                    <name>performRelease</name>
                    <value>true</value>
                </property>
            </activation>
            <properties>
                <skipTests>true</skipTests>
            </properties>

            <build>
                <plugins>
                    <plugin>
                        <groupId>com.atlassian.maven.plugins</groupId>
                        <artifactId>sandbox-maven-plugin</artifactId>
                        <version>2.1-beta15</version>
                        <executions>
                            <execution>
                                <id>enable-sandbox</id>
                                <phase>validate</phase>
                                <goals>
                                    <goal>sandbox</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>

        <profile>
            <!-- Profile to disable unit and integration tests -->
            <id>extended-acceptance-test</id>
            <properties>
                <maven.test.unit.skip>true</maven.test.unit.skip>
                <maven.test.it.skip>true</maven.test.it.skip>
            </properties>
        </profile>
        <profile>
            <id>profile15</id>
            <properties>
                <jvm.args>-XX:MaxPermSize=128M -Djava.awt.headless=true -Xms256m -Xmx512m -Xdebug
                    -agentlib:yjpagent=port=19875,usedmem=90%
                </jvm.args>
            </properties>
        </profile>

        <profile>
            <id>profiledebug</id>
            <properties>
                <jvm.args>-XX:MaxPermSize=128M -Djava.awt.headless=true -Xms256m -Xmx512m -Xdebug
                    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
                    -agentlib:yjpagent=port=19875,usedmem=90%
                </jvm.args>
            </properties>
        </profile>

        <profile>
            <id>clover-optimize</id>
            <dependencies>
                <dependency>
                    <groupId>com.cenqua.clover</groupId>
                    <artifactId>clover</artifactId>
                    <version>${clover.version}</version>
                </dependency>
            </dependencies>
            <build>
                <directory>target/clover-target</directory>
                <plugins>
                    <plugin>
                        <groupId>com.atlassian.maven.plugins</groupId>
                        <artifactId>maven-up-and-down-plugin</artifactId>
                        <version>0.1</version>
                        <configuration>
                            <snapshotLocation>${project.build.directory}/clover.snapshot</snapshotLocation>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
            <properties>
                <clover.port>8888</clover.port>
                <clover.timeout>5000</clover.timeout>
                <clover.distributed.coverage>OFF</clover.distributed.coverage>
                <!-- Specified to all -->
                <failIfNoTests>false</failIfNoTests>
            </properties>
        </profile>

        <profile>
            <id>clover-optimize-bamboo</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>com.atlassian.maven.plugins</groupId>
                        <artifactId>maven-clover2-plugin</artifactId>
                        <configuration>
                            <fullRunEvery>10</fullRunEvery>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
            <properties>
                <!-- ignore test failures on bamboo to make sure the clover snapshot is updated -->
                <maven.test.failure.ignore>true</maven.test.failure.ignore>
            </properties>
        </profile>

        <profile>
            <id>studio-project</id>
            <activation>
                <property>
                    <name>!disable.studio</name>
                </property>
            </activation>
            <modules>
                <module>confluence-studio-project</module>
            </modules>
        </profile>
        <profile>
            <id>all-modules</id>
            <activation>
                <property>
                    <name>!disable.test-modules</name>
                </property>
            </activation>
            <modules>
                <module>confluence-plugins/confluence-test-plugins/editor-test-plugin</module>
            </modules>
        </profile>
        <profile>
            <id>smoke-test-modules</id>
            <activation>
                <property>
                    <name>enable.smoke-test-modules</name>
                </property>
            </activation>
            <modules>
                <module>confluence-test/confluence-sanity-tests</module>
            </modules>
        </profile>
        <profile>
            <id>save-test-results</id>
            <activation>
                <property>
                    <name>reportsDirectory</name>
                </property>
            </activation>
            <build>
                <pluginManagement>
                    <plugins>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-surefire-plugin</artifactId>
                            <version>${surefire.version}</version>
                            <configuration>
                                <reportsDirectory>${reportsDirectory}/${maven.build.timestamp}/${project.name}</reportsDirectory>
                            </configuration>
                        </plugin>
                    </plugins>
                </pluginManagement>
            </build>
        </profile>

        <profile>
            <id>deprecation-report</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>${javadoc.version}</version>
                        <configuration>
                            <doclet>com.atlassian.confluence.doc.DeprecationReportDoclet</doclet>
                            <docletArtifact>
                                <groupId>com.atlassian.confluence.contrib</groupId>
                                <artifactId>deprecation-report-doclet</artifactId>
                                <version>1.7</version>
                            </docletArtifact>
                            <useStandardDocletOptions>false</useStandardDocletOptions>
                            <additionalparam>
                                -deprecationReportOutputFile ${project.build.directory}/deprecation-report.html
                                -deprecationReportXmlOutputFile ${project.build.directory}/deprecation-report.xml
                                -configFile ${basedir}/confluence-build/etc/deprecation-report-config.xml
                            </additionalparam>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>

        <profile>
            <id>hsqldb-server</id>
            <dependencies>
                <dependency>
                    <groupId>org.hsqldb</groupId>
                    <artifactId>hsqldb</artifactId>
                </dependency>
            </dependencies>
        </profile>
        <profile>
            <id>cargo-dev</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.cargo</groupId>
                        <artifactId>cargo-maven2-plugin</artifactId>
                        <configuration>
                            <wait>true</wait>
                            <container>
                                <systemProperties combine.children="append">
                                    <atlassian.dev.mode>true</atlassian.dev.mode>
                                    <atlassian.disable.caches>true</atlassian.disable.caches>
                                    <atlassian.webresource.disable.minification>true
                                    </atlassian.webresource.disable.minification>
                                    <confluence.context.batching.disable>true</confluence.context.batching.disable>
                                    <plugin.webresource.batching.off>true</plugin.webresource.batching.off>
                                </systemProperties>
                            </container>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <!--
            If this profile is activated, then the enforce plugin will assert that the project version in this POM
            matches the expected value. This is to try and flag up situations where master/stable branches get
            accidentally mis-merged
            -->
            <id>enforce-project-version</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-enforcer-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>enforce-project-version</id>
                                <goals>
                                    <goal>enforce</goal>
                                </goals>
                                <configuration>
                                    <rules>
                                        <requireProperty>
                                            <property>project.version</property>
                                            <regex>${expected.project.version}</regex>
                                            <regexMessage>POM project version is expected to match ${expected.project.version}, but is ${project.version}</regexMessage>
                                        </requireProperty>
                                    </rules>
                                    <fail>true</fail>
                                </configuration>
                            </execution>
                            <execution>
                                <id>enforce-build-number</id>
                                <goals>
                                    <goal>enforce</goal>
                                </goals>
                                <configuration>
                                    <rules>
                                        <requireProperty>
                                            <property>confluence.build.number</property>
                                            <regex>${expected.build.number}</regex>
                                            <regexMessage>Build number is expected to match ${expected.build.number}, but is ${confluence.build.number}</regexMessage>
                                        </requireProperty>
                                    </rules>
                                    <fail>true</fail>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

    <properties>
        <!-- confluence build -->
        <confluence.build.number>5780</confluence.build.number>
        <confluence.build.partner />
        <confluence.build.excluded.locale />

        <!-- Builds currently use -Dsvn.revision to pass in the commit id.
        Until all the builds are updated, this property needs to stay.
        Internally we use scm.revision now. -->
        <svn.revision />
        <scm.revision>${svn.revision}</scm.revision>

        <confluence.project.spring.version>2.5.6.SEC03</confluence.project.spring.version>
        <!--<confluence.project.spring.version>3.0.5.RELEASE</confluence.project.spring.version>-->
        <confluence.project.spring.test.version>3.0.5.RELEASE</confluence.project.spring.test.version>
        <confluence.project.jdk8.spring.version>2.5.6.SEC03-atlassian-6</confluence.project.jdk8.spring.version>
        <!--<confluence.project.jdk8.spring.version>3.0.5.RELEASE</confluence.project.jdk8.spring.version>-->
        <confluence.project.spring-hibernate2.version>2.5.6-atlassian-1</confluence.project.spring-hibernate2.version>
        <confluence.project.spring.ldap.version>2.0.2.RELEASE</confluence.project.spring.ldap.version>
        <jdkLevel>1.6</jdkLevel>

        <!-- Language packs -->
        <confluence.language.german.version>5.6.0-m7-v2r9462-2014-08-21</confluence.language.german.version>
        <confluence.language.french.version>5.6.4-v2r4787-2014-10-30</confluence.language.french.version>
        <confluence.language.japanese.version>5.6.0-m7-v2r21802-2014-08-26</confluence.language.japanese.version>
        <confluence.language.spanish.version>5.6.4-v2r16528-2014-10-30</confluence.language.spanish.version>

        <!-- provided by Bamboo -->
        <display.version>${project.version}</display.version>

        <!-- skipping tests ? -->
        <maven.test.unit.skip>${maven.test.skip}</maven.test.unit.skip>
        <maven.test.acceptance.skip>${maven.test.skip}</maven.test.acceptance.skip>
        <maven.test.it.skip>${maven.test.skip}</maven.test.it.skip>

        <!-- ensure that we are compatible with 2 versions before the snapshot version inline with our deprecation policy -->
        <api.compatibility.check.version>5.5</api.compatibility.check.version>

        <!-- Integration Platform Dependencies.

             https://extranet.atlassian.com/display/JP/Java+Platform+Releases

            DO NOT update any of these dependencies without also updating:
                 https://pug.jira.com/wiki/display/CONFDEV/Atlassian+Integration+Platform
        -->
        <platform.version>2.21.0</platform.version>
        <confluence.project.plugins.version>3.2.14</confluence.project.plugins.version>
        <confluence.project.plugins.webfragment.version>3.0.1</confluence.project.plugins.webfragment.version>
        <confluence.project.plugins.webresource.version>3.1.10-PLUGWEB-85-m01</confluence.project.plugins.webresource.version>
        <atlassian.html.encoder.version>1.4</atlassian.html.encoder.version>
        <atlassian.json.version>0.9</atlassian.json.version>
        <twdata.package.scanner.version>0.9.5</twdata.package.scanner.version>
        <sal.version>2.13.3</sal.version>

        <!-- it is ABSOLUTELY VITAL that if you upgrade the REST plugin, you make sure the jackson.version below matches
             the version expected by REST. Otherwise, rest resources packaged in Confluence Core will no longer be able
             to be served -->
        <rest.version>2.9.10</rest.version>
        <jackson.version>1.9.1</jackson.version>
        <jquery.version>1.7.2</jquery.version>
        <aui.version>5.7.20</aui.version> <!-- When upgrading, please check whether the web resources referenced in default-inline-css.vm need updating -->
        <template.renderer.version>1.5.4</template.renderer.version>
        <upm.version>2.18.1</upm.version>
        <velocity-htmlsafe.version>1.2-fixedscm</velocity-htmlsafe.version>
        <event.version>2.3.5</event.version>
        <oauth.version>1.9.10</oauth.version>
        <trusted.apps.version>3.0.8</trusted.apps.version>
        <analytics.version>3.53</analytics.version>
        <analytics.whitelist.version>3.32</analytics.whitelist.version>
        <applinks.version>4.2.5</applinks.version>
        <cluster.monitoring.version>0.0.12</cluster.monitoring.version>
        <streams.version>5.3.23</streams.version>
        <guava.version>11.0.2</guava.version>
        <guava-osgi.version>11.0.1</guava-osgi.version>
        <guava.compatibility.version>11.0.2-atlassian-02</guava.compatibility.version>
        <fugue.version>2.2.0</fugue.version>
        <failure.cache.version>0.14</failure.cache.version>
        <healthcheck.version>2.0.7</healthcheck.version>
        <!-- update to 1.0.11 or appproppriate, once https://ecosystem.atlassian.net/browse/WEBHOOKS-101 is resolved; search for any other instances of WEBHOOKS-101 for exclusions to remove -->
        <atlassian.webhooks.version>1.0.10</atlassian.webhooks.version>
        <atlassian.httpclient.version>0.20.1</atlassian.httpclient.version>
        <atlassian.prettyurls.version>1.11.0</atlassian.prettyurls.version>
        <!-- This is the version of the functest plugin which is used to execute platform-ctk. It's compatible with the atlassian platform version. -->
        <fp.version>0.7.3</fp.version>
        <navlinks.plugin.version>3.3.13</navlinks.plugin.version>
        <project-creation.plugin.version>1.2.4</project-creation.plugin.version>
        <whitelist.version>1.9</whitelist.version>

        <!-- end of platform dependencies -->

        <!-- If atlassian.gadgets.version is changed, please checkout https://studio.atlassian.com/svn/HOSTED/trunk and change the version in  confluence-fireball/src/test/java/com/atlassian/hosted/confluence/functest/plugin/TestConfluenceLicenseLoaderPlugin.java as well -->
        <atlassian.less.version>2.2.0</atlassian.less.version>
        <atlassian.ao.version>0.28.12</atlassian.ao.version>
        <atlassian.gadgets.version>3.3.9</atlassian.gadgets.version>
        <atlassian.gzipfilter.version>1.23</atlassian.gzipfilter.version>
        <atlassian.help-tips.version>2.0.1</atlassian.help-tips.version>
        <atlassian.keyboard.shortcuts.version>1.3.2</atlassian.keyboard.shortcuts.version>
        <atlassian.localhost.version>1.1.0</atlassian.localhost.version>
        <atlassian.mail.version>2.5.6</atlassian.mail.version>
        <atlassian.profiling.version>1.9</atlassian.profiling.version>
        <atlassian.share-page.version>4.8</atlassian.share-page.version>
        <atlassian.tenancy.version>1.4.1</atlassian.tenancy.version>
        <atlassian.scheduler.version>1.3</atlassian.scheduler.version>
        <atlassian-annotations.version>0.11</atlassian-annotations.version>
        <sisu.version>0.0.0.atlassian6</sisu.version>
        <sisu.guice.version>3.1.3</sisu.guice.version>
        <google.guice.version>3.0</google.guice.version>
        <confluence.xmlrpc.client.version>0.9.8</confluence.xmlrpc.client.version>
        <xmlrpc.version>2.0+xmlrpc61.1+sbfix</xmlrpc.version>
        <atlassian.spring.version>2.0.0</atlassian.spring.version>
        <atlassian.spring.interceptor.adapter.version>1.1</atlassian.spring.interceptor.adapter.version>
        <atlassian.security.version>3.2.4</atlassian.security.version>
        <atlassian.user.version>3.0</atlassian.user.version>
        <atlassian.util.concurrent.version>2.4.2</atlassian.util.concurrent.version>
        <atlassian.velocity.version>1.3</atlassian.velocity.version>
        <atlassian.xwork.version>1.17</atlassian.xwork.version>
        <bandana.version>3.1</bandana.version>
        <bonnie.version>6.1.2</bonnie.version>
        <cache.api.version>2.6.10</cache.api.version>
        <beehive.version>0.1.3</beehive.version>
        <config.version>0.21</config.version>
        <core.version>4.6.17</core.version>
        <hibernate.version>2.1.8-atlassian-28</hibernate.version>
        <atlassian.hibernate.extras.version>4.1.1</atlassian.hibernate.extras.version>
        <hsqldb.version>2.3.0</hsqldb.version>
        <lucene.version>4.4.0</lucene.version>
        <johnson.version>0.10</johnson.version>
        <jrcs-diff.version>diff-0.1.7</jrcs-diff.version>
        <!-- keep modz detector in sync with confluence-distribution -->
        <modz.detector.version>0.14</modz.detector.version>
        <renderer.version>6.2.15</renderer.version>
        <seraph.version>3.0.1</seraph.version>
        <dragonfly.version>1.1</dragonfly.version>
        <trackback.version>0.10</trackback.version>
        <soy.templates.version>2.8.0</soy.templates.version>
        <rome.version>1.0</rome.version>

        <clover.version>3.0.0-m4r3</clover.version>
        <cargo.version>1.3.3</cargo.version>
        <commons.httpclient.version>3.1</commons.httpclient.version>
        <httpcomponents.httpclient.version>4.3.6</httpcomponents.httpclient.version>
        <httpcomponents.httpcore.version>4.3.3</httpcomponents.httpcore.version>
        <commons.lang.version>2.6</commons.lang.version>
        <commons.lang3.version>3.1</commons.lang3.version>
        <commons.logging.version>1.1.3</commons.logging.version>
        <commons.logging.api.version>1.1</commons.logging.api.version>
        <commons.codec.version>1.8</commons.codec.version>
        <commons.collections.version>3.2.1</commons.collections.version>
        <commons.io.version>1.4</commons.io.version>
        <commons.beanutils.version>1.8.3</commons.beanutils.version>
        <commons.fileupload.version>1.3.1</commons.fileupload.version>
        <dom4j.version>1.4</dom4j.version>
        <dom4j.jar.version>1.4-full</dom4j.jar.version>
        <jakarta.regexp.version>1.4</jakarta.regexp.version>
        <xerces.version>2.11.0</xerces.version>
        <slf4j.version>1.7.7</slf4j.version>
        <log4j.version>1.2.17</log4j.version>
        <servlet.version>2.4</servlet.version>
        <jsp.version>2.0</jsp.version>
        <velocity.version>1.6.4-atlassian-1</velocity.version>
        <htmlunit.version>2.13</htmlunit.version>

        <bundles.icu4j.version>3.8-1</bundles.icu4j.version>
        <bundles.json.version>20070829-1</bundles.json.version>
        <bundles.jcip.annotations>1.0.0</bundles.jcip.annotations>

        <amps.plugin.version>5.0.8</amps.plugin.version>
        <maven.confluence.plugin.version>${amps.plugin.version}</maven.confluence.plugin.version>
        <maven.refapp.plugin.version>${amps.plugin.version}</maven.refapp.plugin.version>

        <!-- AMPS related configuration -->
        <fastdev.version>1.10</fastdev.version>

        <!-- TODO CONFDEV-29539: This is forked for compatibility with Java 6. Once we're building under 7+,
             we can go back to upstream versions. -->
        <minify.maven.plugin.version>1.7.4.atlassian.2</minify.maven.plugin.version>

        <selenium.maven.version>2.3</selenium.maven.version>
        <atlassian.selenium.and.webdriver.version>2.1-m26</atlassian.selenium.and.webdriver.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

        <!-- Update https://extranet.atlassian.com/display/INTEGRATION/Crowd+and+EMBCWD+Version+Matrix too -->
        <crowd.version>2.8.1</crowd.version>
        <crowd.embedded.version>1.8</crowd.embedded.version>

        <!-- If you change the Workday version, please update AbstractUpgradeManager#getPluginExportCompatibility()
             and SiteImportAcceptanceTest#testBackwardCompatibleVersionsMatch() -->
        <mywork.version>2.4.5</mywork.version>
        <email.tracker.version>1.2</email.tracker.version>
        <create.content.version>5.0.2</create.content.version>
        <feature.discovery.version>1.10.5</feature.discovery.version>
        <watch.button.version>2.0</watch.button.version>
        <search.version>1.2.25</search.version>
        <space-ia.version>9.3</space-ia.version>
        <inline-task.version>5.6.16</inline-task.version>
        <confluence-files.version>1.3.9</confluence-files.version>
        <confluence-previews.version>1.1.28</confluence-previews.version>
        <confluence-file-notifications.version>1.1.4</confluence-file-notifications.version>
        <confluence-advanced-macros.version>3.5.5</confluence-advanced-macros.version>
        <page-banner.version>1.16.0</page-banner.version>
        <jira-metadata.version>1.7.9</jira-metadata.version>
        <issue-status.version>1.1.7</issue-status.version>
        <confluence.mobile.version>7.9.4</confluence.mobile.version>
        <confluence.ui.components.version>1.4.17</confluence.ui.components.version>
        <recently.viewed.version>4.0</recently.viewed.version>
        <remote.page.view.version>1.5</remote.page.view.version>
        <request.access.version>2.2.1</request.access.version>
        <user.profile.plugin.version>1.5</user.profile.plugin.version>
        <confluence.healthcheck.version>1.1.7</confluence.healthcheck.version>
        <confluence.custom.favicon.version>1.1.2</confluence.custom.favicon.version>
        <confluence.whats-new.version>6.3</confluence.whats-new.version>
        <cache.management.version>1.1.17</cache.management.version>
        <heatmapper.version>1.0.4</heatmapper.version>
        <support.healthcheck.version>1.0.4</support.healthcheck.version>
        <confluence.ace.version>1.16</confluence.ace.version>
        <atlassian.one-source-of-truth.version>1.5</atlassian.one-source-of-truth.version>
        <confluence.pdfexport.version>3.4.4</confluence.pdfexport.version>
        <confluence.mentions.version>1.9.10</confluence.mentions.version>
        <confluence-view-file-macro.version>1.4.13</confluence-view-file-macro.version>
        <inbound-email.version>5.8.2</inbound-email.version>

        <!-- Conversion libraries -->
        <confluence.document.conversion.library.version>1.9.6</confluence.document.conversion.library.version>
        <document.conversion.library.version>1.2.7</document.conversion.library.version>

        <!-- Due to http://jira.codehaus.org/browse/MRELEASE-459, we are adding the profiles to release:prepare as well
                As we've already did the clean install previously, it's safe to skip the install -->
        <release.plugin.preparation.goals>clean</release.plugin.preparation.goals>
        <release.plugin.goals>license:bom license:download deploy</release.plugin.goals>
        <release.plugin.perform.profiles>release,third-party-licensing</release.plugin.perform.profiles>
        <release.plugin.extraArguments />

        <!-- Tomcat zip installers for cargo -->
        <!-- See ADM-8504. This is not a windows-only version, but does contain the win32.exe -->
        <!-- 6.0.41 is what we run in OnDemand -->
        <tomcat6.url>
            https://maven.atlassian.com/content/groups/public/org/apache/tomcat/apache-tomcat/6.0.41/apache-tomcat-6.0.41-windows-x86.zip
        </tomcat6.url>
        <tomcat7.url>
            https://maven.atlassian.com/content/groups/public/org/apache/tomcat/apache-tomcat/7.0.54/apache-tomcat-7.0.54-windows-x86.zip
        </tomcat7.url>

        <!-- List of plugins used for testing -->
        <testing.dynamicplugin.list>
            confluence-functestrpc-plugin,confluence-functestxss-plugin,confluence-functest-http-validation-plugin,confluence-functest-rest-plugin,functest-plugin,platform-ctk-plugin,confluence-qunit-plugin,active-objects-test-plugin,atlassian-qunit-plugin,confluence-scriptsfinished-plugin,velocity-deprecation-test-plugin,translation-transform-test-plugin,link-test-plugin,plugins-velocity-configuration-plugin,confluence-upgrade-recovery-plugin,confluence-ondemand-crowd-proxy-plugin
        </testing.dynamicplugin.list>

        <junit-dep.version>4.10</junit-dep.version>
        <powermock.version>1.5.1</powermock.version>

        <javadoc.version>2.10.1</javadoc.version>
        <surefire.version>2.16</surefire.version>

        <status.macro.version>2.16</status.macro.version>

        <bouncycastle.version>1.50</bouncycastle.version>
        <user.provisioning.version>2.7.0-UM-6</user.provisioning.version>
        <javasimon.version>3.4.0</javasimon.version>
        <atlassian.instrumentation.version>1.9.0</atlassian.instrumentation.version>

        <confluence-notifications.version>6.3.7</confluence-notifications.version>
        <notifications.version>3.2.14</notifications.version>

        <hipchat-integration.version>6.8.8</hipchat-integration.version>

        <confluence-hipchat-emoticons.version>1.0.0</confluence-hipchat-emoticons.version>
        <aql.version>1.0</aql.version>

        <jwebunit.confluence.version>1.5.2</jwebunit.confluence.version>

        <!-- False by default, switch it on to active the third part licensing profile during release -->
        <third.party.licensing>false</third.party.licensing>
        <thirdpartylicensing.dir>${user.dir}/third-party-licensing</thirdpartylicensing.dir>
        <thirdpartylicensing.licenses>${thirdpartylicensing.dir}/licenses/</thirdpartylicensing.licenses>
        <thirdpartylicensing.bom>${thirdpartylicensing.dir}/bom.csv</thirdpartylicensing.bom>

        <hallelujah.version>3.3</hallelujah.version>

        <!-- Default is for maven 3. Maven 2 requires 1.2.2, and activated via the "mvn2-release" profile -->
        <maven.source.routes.plugin.version>1.3</maven.source.routes.plugin.version>
    </properties>


    <distributionManagement>
        <snapshotRepository>
            <id>atlassian-private-snapshot</id>
            <name>Atlassian Private Snapshot Repository</name>
            <url>https://maven.atlassian.com/private-snapshot</url>
        </snapshotRepository>
    </distributionManagement>

</project>
