Blob Blame History Raw
<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>