Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
Added selenium as a new dependency.
  • Loading branch information
roaraf committed Feb 24, 2026
1 parent f64ebc4 commit ebab1f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helpmehelpapplication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<artifactId>javafx-controls</artifactId>
<version>25.0.1</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.41.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ebab1f2

Please sign in to comment.