We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cdc37 commit 9859311Copy full SHA for 9859311
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.htmlunit</groupId>
6
<artifactId>htmlunit-core-js</artifactId>
7
- <version>4.8.0</version>
+ <version>4.9.0-SNAPSHOT</version>
8
<name>HtmlUnit JavaScript Engine</name>
9
<organization>
10
<name>HtmlUnit</name>
@@ -552,6 +552,7 @@
552
<groupId>org.junit.vintage</groupId>
553
<artifactId>junit-vintage-engine</artifactId>
554
<version>5.11.3</version>
555
+ <scope>test</scope>
556
</dependency>
557
</dependencies>
558
<distributionManagement>
0 commit comments