<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>org.reflext</groupId>
    <artifactId>reflext.parent</artifactId>
    <version>1.0.0-beta3</version>
  </parent>

  <artifactId>reflext.test-java6</artifactId>

  <name>Reflext Framework Java 6 Test</name>
  <description>The Reflect Framework Java 6 Test</description>

  <dependencies>

    <dependency>
      <groupId>org.reflext</groupId>
      <artifactId>reflext.core</artifactId>
    </dependency>

    <dependency>
      <groupId>org.reflext</groupId>
      <artifactId>reflext.spi</artifactId>
    </dependency>

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

    <dependency>
      <groupId>org.reflext</groupId>
      <artifactId>reflext.apt</artifactId>
    </dependency>

    <!-- Required in runtime for main classes and in compile time for tests thus we are using compile scope -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

  </dependencies>

</project>
