Skip to content

Commit

Permalink
fix: failure in oxd test-cases
Browse files Browse the repository at this point in the history
Signed-off-by: Arnab Dutta <[email protected]>
  • Loading branch information
duttarnab committed Mar 22, 2024
1 parent 0714652 commit 9eca7e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions oxd-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,24 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-common</artifactId>
<version>2.0b1</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down

0 comments on commit 9eca7e0

Please sign in to comment.