<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>atlassian-closedsource-pom</artifactId>
    <groupId>com.atlassian.pom</groupId>
    <version>2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.atlassian.extras</groupId>
  <artifactId>atlassian-extras</artifactId>
  <version>1.12</version>
  <description>Atlassian Extras is a place to store source that is shipped to paying customers in the JAR, not as source (ie the licensing system).</description>
  <inceptionYear>2005</inceptionYear>
  <scm>
    <connection>scm:svn:https://svn.atlassian.com/svn/private/atlassian/atlassian-extras/tags/atlassian-extras-1.12</connection>
    <developerConnection>scm:svn:https://svn.atlassian.com/svn/private/atlassian/atlassian-extras/tags/atlassian-extras-1.12</developerConnection>
    <url>https://svn.atlassian.com/svn/private/atlassian/atlassian-extras/tags/atlassian-extras-1.12</url>
  </scm>
  <organization>
    <name>Atlassian</name>
  </organization>
  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.3</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects-core</artifactId>
      <version>0.09</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
