Skip to content

Commit

Permalink
change property htmlunit to org.htmlunit
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Jul 22, 2023
1 parent eacda9d commit c4561bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- test library versions -->
<selenium.version>4.10.0</selenium.version>
<htmlunit-driver.version>4.10.0</htmlunit-driver.version>
<htmlunit.version>3.3.0</htmlunit.version>
<org.htmlunit.version>3.3.0</org.htmlunit.version>
<webdrivermanager.version>5.3.2</webdrivermanager.version>
<jarchivelib.version>1.2.0</jarchivelib.version>

Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>${htmlunit.version}</version>
<version>${org.htmlunit.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit c4561bf

Please sign in to comment.