<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-java5</artifactId>
  <packaging>jar</packaging>
  <version>1.0.0-beta1</version>
  <name>Reflext Framework Java 5 Test</name>
  <description>The Reflect Framework Java 5 Test</description>
  
  <dependencies>

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

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

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

  </dependencies>

</project>
