Skip to content

Commit 91238ee

Browse files
committed
exclude felix
1 parent a7f6e14 commit 91238ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,12 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
345345
return true;
346346
}
347347

348+
// 6.x requires java11
349+
if ("org.apache.felix".equals(groupId)
350+
&& version.startsWith("6.")) {
351+
return true;
352+
}
353+
348354
// really old common versions
349355
if ("commons-io".equals(artifactId) && (version.startsWith("2003"))) {
350356
return true;

0 commit comments

Comments
 (0)