diff --git a/pom.xml b/pom.xml index 4073b64d1..2ef336992 100644 --- a/pom.xml +++ b/pom.xml @@ -359,7 +359,7 @@ junit junit - 4.3.1 + 4.8.2 test @@ -395,8 +395,21 @@ maven-surefire-plugin - org/apache/commons/collections/TestAllPackages.java + **/Test*.java + + **/*$* + **/TestAll*.java + **/TestAbstract* + **/TestArrayList.java + **/TestLinkedList.java + **/TestHashMap.java + **/TestTreeMap.java + **/TestTypedCollection.java + **/TestAnyAllOnePredicate.java + **/TestCompositePredicate.java + **/TestUtils.java +