Skip to content

Commit 9859311

Browse files
committed
junit-vintage-engine was NOT marked as 'test' dependency
1 parent f0cdc37 commit 9859311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-core-js</artifactId>
7-
<version>4.8.0</version>
7+
<version>4.9.0-SNAPSHOT</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -552,6 +552,7 @@
552552
<groupId>org.junit.vintage</groupId>
553553
<artifactId>junit-vintage-engine</artifactId>
554554
<version>5.11.3</version>
555+
<scope>test</scope>
555556
</dependency>
556557
</dependencies>
557558
<distributionManagement>

0 commit comments

Comments
 (0)