maven-surefire/maven-surefire-jpp-depmap.xml
Deepak Bhole ad5da3a578 auto-import maven-surefire-1.5.3-2jpp.1 on branch devel from
maven-surefire-1.5.3-2jpp.1.src.rpm
2007-03-13 23:19:51 +00:00

81 lines
1.6 KiB
XML

<dependencies>
<dependency>
<maven>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</maven>
<jpp>
<groupId>JPP</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</jpp>
</dependency>
<dependency>
<maven>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0.5</version>
</maven>
<jpp>
<groupId>JPP/plexus</groupId>
<artifactId>utils</artifactId>
<version>1.0.5</version>
</jpp>
</dependency>
<dependency>
<maven>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>compile</scope>
</maven>
<jpp>
<groupId>JPP</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</jpp>
</dependency>
<dependency>
<maven>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>1.5.3</version>
</maven>
<jpp>
<groupId>JPP/maven-surefire</groupId>
<artifactId>surefire</artifactId>
<version>1.5.3</version>
</jpp>
</dependency>
<dependency>
<maven>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-booter</artifactId>
<version>1.5.3</version>
</maven>
<jpp>
<groupId>JPP/maven-surefire</groupId>
<artifactId>booter</artifactId>
<version>1.5.3</version>
</jpp>
</dependency>
<dependency>
<maven>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-root</artifactId>
<version>1.5.3</version>
</maven>
<jpp>
<groupId>JPP/maven-surefire</groupId>
<artifactId>surefire-root</artifactId>
<version>1.5.3</version>
</jpp>
</dependency>
</dependencies>