We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f6e14 commit 91238eeCopy full SHA for 91238ee
src/test/java/org/htmlunit/ExternalTest.java
@@ -345,6 +345,12 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
345
return true;
346
}
347
348
+ // 6.x requires java11
349
+ if ("org.apache.felix".equals(groupId)
350
+ && version.startsWith("6.")) {
351
+ return true;
352
+ }
353
+
354
// really old common versions
355
if ("commons-io".equals(artifactId) && (version.startsWith("2003"))) {
356
0 commit comments