Skip to content

Commit

Permalink
junit-vintage-engine was NOT marked as 'test' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 15, 2025
1 parent f0cdc37 commit 9859311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-core-js</artifactId>
<version>4.8.0</version>
<version>4.9.0-SNAPSHOT</version>
<name>HtmlUnit JavaScript Engine</name>
<organization>
<name>HtmlUnit</name>
Expand Down Expand Up @@ -552,6 +552,7 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
Expand Down

0 comments on commit 9859311

Please sign in to comment.