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 4cbe50b commit 4b1d583Copy full SHA for 4b1d583
pom.xml
@@ -268,7 +268,7 @@
268
<plugin>
269
<groupId>org.apache.felix</groupId>
270
<artifactId>maven-bundle-plugin</artifactId>
271
- <version>5.1.9</version>
+ <version>6.0.0</version>
272
<extensions>true</extensions>
273
<configuration>
274
<instructions>
src/test/java/org/htmlunit/ExternalTest.java
@@ -95,7 +95,7 @@ public void pom() throws Exception {
95
}
96
if (line.contains("artifactId")
97
&& !line.contains(">htmlunit<")
98
- && !line.contains(">selenium-devtools-v130<")) {
+ && !line.contains(">selenium-devtools-v131<")) {
99
final String artifactId = getValue(line);
100
final String groupId = getValue(lines.get(i - 1));
101
if (!lines.get(i + 1).contains("</exclusion>")) {
0 commit comments