You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kr...@apache.org on 2015/12/23 19:38:23 UTC

svn commit: r1721563 - /commons/proper/io/trunk/pom.xml

Author: krosenvold
Date: Wed Dec 23 18:38:23 2015
New Revision: 1721563

URL: http://svn.apache.org/viewvc?rev=1721563&view=rev
Log:
Downgraded to surefire 2.14.1 to stay compatible with IBM JDK 1.6

This would appear to be a bug in IBM JDK 1.6 where it fails upon missing
annotation classes. Just to satusfy my OCD this will let io build
cleanly on IBM JDK 1.6

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1721563&r1=1721562&r2=1721563&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed Dec 23 18:38:23 2015
@@ -268,6 +268,7 @@ file comparators, endian transformation
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.14.1</version>
         <configuration>
           <classpathDependencyExcludes>
             <classpathDependencyExclude>xerces:xercesImpl</classpathDependencyExclude>