Author: sebb
Date: Wed Mar 31 22:13:17 2010
New Revision: 929733
URL: http://svn.apache.org/viewvc?rev=929733&view=rev
Log:
Update to JUnit4
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=929733&r1=929732&r2=929733&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Wed Mar 31 22:13:17 2010
@@ -105,7 +105,7 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -144,6 +144,8 @@ limitations under the License.
<excludes>
<exclude>**/*FunctionalTest.java</exclude>
<exclude>**/*POP3*.java</exclude>
+ <!-- JUnit4 and/or Surefire does not like a class with
a private constructor -->
+ <exclude>**/TestSetupParameters.java</exclude>
</excludes>
</configuration>
</plugin>