<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>com.atlassian.bamboo</groupId>
    <artifactId>atlassian-bamboo</artifactId>
    <version>1.2.3</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <groupId>com.atlassian.bamboo</groupId>
  <artifactId>atlassian-bamboo-web</artifactId>
  <version>1.2.3</version>

  <packaging>jar</packaging>

  <name>Atlassian Bamboo Web JAR</name>

  <dependencies>

    <!-- Module dependencies -->
    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-build-server</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-persistence</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-migration</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-language</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-charts</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo</groupId>
      <artifactId>atlassian-bamboo-upgrader</artifactId>
    </dependency>


    <!-- Atlassian dependencies -->
    <dependency>
      <groupId>com.atlassian.johnson</groupId>
      <artifactId>atlassian-johnson</artifactId>
    </dependency>

    <dependency>
      <groupId>atlassian-profiling</groupId>
      <artifactId>atlassian-profiling</artifactId>
    </dependency>

    <dependency>
      <groupId>bonnie</groupId>
      <artifactId>bonnie</artifactId>
    </dependency>

    <!-- Other dependencies -->
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring</artifactId>
    </dependency>

    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
    </dependency>

    <dependency>
      <groupId>uk.ltd.getahead</groupId>
      <artifactId>dwr</artifactId>
    </dependency>

    <dependency>
      <groupId>net.sf.hibernate</groupId>
      <artifactId>hibernate</artifactId>
    </dependency>

    <dependency>
      <groupId>net.sf.ehcache</groupId>
      <artifactId>ehcache</artifactId>
    </dependency>

    <dependency>
      <groupId>hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
    </dependency>

    <dependency>
      <groupId>c3p0</groupId>
      <artifactId>c3p0</artifactId>
    </dependency>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
    </dependency>

    <dependency>
      <groupId>jdom</groupId>
      <artifactId>jdom</artifactId>
    </dependency>

      <dependency>
        <groupId>jta</groupId>
        <artifactId>jta</artifactId>
      </dependency>

    <dependency>
      <groupId>pjl-comp-filter</groupId>
      <artifactId>pjl-comp-filter</artifactId>
    </dependency>

    <dependency>
      <groupId>opensymphony</groupId>
      <artifactId>webwork</artifactId>
    </dependency>

    <dependency>
      <groupId>opensymphony</groupId>
      <artifactId>xwork</artifactId>
    </dependency>

    <dependency>
      <groupId>freemarker</groupId>
      <artifactId>freemarker</artifactId>
    </dependency>

    <dependency>
      <groupId>opensymphony</groupId>
      <artifactId>sitemesh</artifactId>
    </dependency>

    <dependency>
      <groupId>net.java.dev.urlrewrite</groupId>
      <artifactId>urlrewrite</artifactId>
    </dependency>

    <dependency>
      <groupId>velocity-tools</groupId>
      <artifactId>velocity-tools</artifactId>
    </dependency>

    <!-- Crowd specific libs -->
    <dependency>
      <groupId>org.codehaus.xfire</groupId>
      <artifactId>xfire-all</artifactId>
    </dependency>
    <dependency>
      <groupId>woodstox</groupId>
      <artifactId>wstx-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
    </dependency>

  </dependencies>


  <!--<build>-->
    <!--<plugins>-->
      <!--<plugin>-->
        <!--<groupId>org.codehaus.mojo</groupId>-->
        <!--<artifactId>maven-buildnumber-plugin</artifactId>-->
        <!--<version>0.9.2-SNAPSHOT</version>-->
        <!--<configuration>-->
          <!--<skipUpdate>true</skipUpdate>-->
          <!--<skipCheck>true</skipCheck>-->
        <!--</configuration>-->
        <!--<executions>-->
          <!--<execution>-->
            <!--<goals>-->
              <!--<goal>create</goal>-->
            <!--</goals>-->
          <!--</execution>-->
        <!--</executions>-->
      <!--</plugin>-->
    <!--</plugins>-->

    <!--<resources>-->
      <!--<resource>-->
        <!--<directory>src/main/resources</directory>-->
        <!--<filtering>true</filtering>-->
      <!--</resource>-->
    <!--</resources>-->
  <!--</build>-->

  <!--<repositories>-->
    <!--<repository>-->
      <!--<id>tlc-snapshots</id>-->
      <!--<name>TLC Snapshot Development Repository</name>-->
      <!--<url>http://commons.ucalgary.ca/pub/m2-snapshots</url>-->
    <!--</repository>-->
    <!--<repository>-->
      <!--<id>snapshots</id>-->
      <!--<name>Maven Snapshot Development Repository</name>-->
      <!--<url>http://snapshots.maven.codehaus.org/maven2</url>-->
    <!--</repository>-->
  <!--</repositories>-->


  <!--<pluginRepositories>-->
    <!--<pluginRepository>-->
      <!--<id>tlc-snapshots</id>-->
      <!--<name>TLC Snapshot Development Repository</name>-->
      <!--<url>http://commons.ucalgary.ca/pub/m2-snapshots</url>-->
    <!--</pluginRepository>-->
  <!--</pluginRepositories>-->

  <!--<properties>-->
    <!--<timestamps>${timestamp}</timestamps>-->
    <!--<buildNumbers>${buildNumber}</buildNumbers>-->
  <!--</properties>-->
</project>