Skip to content

Commit

Permalink
DELTASPIKE-1472: Changed scope of htmlunit3-driver dependency of delt…
Browse files Browse the repository at this point in the history
…aspike-jsf-module-impl from "compile" to "test" so that the resulting tree of transitive dependencies is not included in runtime.
  • Loading branch information
cmunier committed Apr 19, 2024
1 parent ca6c040 commit e71ddfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltaspike/modules/jsf/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.18.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down

0 comments on commit e71ddfa

Please sign in to comment.