o removed junit since already defined in the parent

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@632603 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-03-01 15:45:00 +00:00
parent b6cc9e4d85
commit f16dda5f47
1 changed files with 0 additions and 7 deletions

View File

@ -75,13 +75,6 @@
<artifactId>plexus-archiver</artifactId> <artifactId>plexus-archiver</artifactId>
<version>1.0-alpha-7</version> <version>1.0-alpha-7</version>
</dependency> </dependency>
<!-- misc -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies> </dependencies>
<build> <build>