<project>

  <parent>
    <groupId>org.reflext</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.reflext</groupId>
  <artifactId>reflext.test-java6</artifactId>
  <packaging>jar</packaging>
  <version>1.0.0-beta1</version>
  <name>Reflext Framework Java 6 Test</name>
  <description>The Reflect Framework Java 6 Test</description>
  
  <dependencies>

    <dependency>
      <groupId>org.reflext</groupId>
      <artifactId>reflext.test-java5</artifactId>
      <version>1.0.0-beta1</version>
    </dependency>

    <dependency>
      <groupId>org.reflext</groupId>
      <artifactId>reflext.apt</artifactId>
      <version>1.0.0-beta1</version>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8</version>
    </dependency>

  </dependencies>

</project>
