Skip to content

Commit

Permalink
Fix weired version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhofmann committed Sep 19, 2024
1 parent 6cb63cb commit 9bcb622
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
<groupId>org.mycore</groupId>
<artifactId>selenium-utils</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>3.141.59</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 9bcb622

Please sign in to comment.