Skip to content

Commit

Permalink
[WINDUP-3892] - Upgrade htmlUnit dependency (#925)
Browse files Browse the repository at this point in the history
* set Upgrade htmlunit dependency

* Set scope:test
  • Loading branch information
carlosthe19916 committed Jun 9, 2023
1 parent 43873c0 commit 9277950
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ui-pf4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,20 @@
<artifactId>graphene-webdriver</artifactId>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.70.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down

0 comments on commit 9277950

Please sign in to comment.