Skip to content

Commit

Permalink
Allows running project under Java9. issue #319
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiag committed Feb 3, 2018
1 parent e8e906e commit d0878ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ExtendsTestCaseClassLoader extends ClassLoader {

/** default excluded paths */
private String[] defaultExclusions = { "junit.framework.", "junit.extensions.", "junit.runner.", "jsystem.",
"org.apache.xpath.", "org.apache.commons.", "org.apache.log4j." , "java.","sun.","javax.", "org.junit."
"org.apache.xpath.", "org.apache.commons.", "org.apache.log4j." , "java.","sun.","javax.", "org.junit.","jdk.internal.reflect."
// fix to support use of xpath in java 1.4
};

Expand Down

0 comments on commit d0878ba

Please sign in to comment.