oups really fix upgrade of junit and upgrade wagon version used

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-testing/branches/plugin-testing-mvn-3.x@1206328 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-plugin-testing-tools/pom.xml b/maven-plugin-testing-tools/pom.xml
index ceaad26..a51affc 100644
--- a/maven-plugin-testing-tools/pom.xml
+++ b/maven-plugin-testing-tools/pom.xml
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-file</artifactId>
-      <version>1.0-beta-6</version>
+      <version>2.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/pom.xml b/pom.xml
index 9de186d..b19f6d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
     </dependency>
     
   </dependencies>