<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.cedarsoft.annotations</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.1</version>
  </parent>

  <groupId>com.cedarsoft</groupId>
  <artifactId>annotations</artifactId>

  <name>Annotations</name>
  <description>Annotations</description>

  <scm>
    <connection>scm:git:git://github.com/jschneider/com.cedarsoft.annotations.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:jschneider/com.cedarsoft.annotations.git</developerConnection>
    <tag>2.0.1</tag>
  </scm>

  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <scope>provided</scope>
    </dependency>

    <!--Test Dependencies-->
    <dependency>
      <groupId>com.cedarsoft.commons</groupId>
      <artifactId>test-utils</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>
