Author: sebb
Date: Thu Nov 11 20:23:43 2010
New Revision: 1034101
URL: http://svn.apache.org/viewvc?rev=1034101&view=rev
Log:
Update JUnit; no need for wagon extension
Modified:
commons/proper/net/trunk/pom.xml
Modified: commons/proper/net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1034101&r1=1034100&r2=1034101&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Thu Nov 11 20:23:43 2010
@@ -105,7 +105,7 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -239,14 +239,6 @@ limitations under the License.
</includes>
</testResource>
</testResources>
-<extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh-external</artifactId>
- <version>1.0-alpha-6</version>
- </extension>
- </extensions>
-
</build>