Skip to content

Commit 5a22090

Browse files
committed
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 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1721563 13f79535-47bb-0310-9956-ffa450edef68
1 parent fe26508 commit 5a22090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ file comparators, endian transformation classes, and much more.
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-surefire-plugin</artifactId>
271+
<version>2.14.1</version>
271272
<configuration>
272273
<classpathDependencyExcludes>
273274
<classpathDependencyExclude>xerces:xercesImpl</classpathDependencyExclude>

0 commit comments

Comments
 (0)