blob: b216303cf599643fed97d301ca0caa924da9a0a0 [file] [log] [blame]
<project>
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<version>1.0-beta-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>continuum-test</artifactId>
<name>Continuum Test</name>
<version>1.0-beta-1</version>
<dependencies>
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-enhancer</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum-api</artifactId>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-jdo2</artifactId>
</dependency>
</dependencies>
</project>