Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
Added opencsv as a dependency.
  • Loading branch information
roaraf committed Feb 26, 2026
1 parent 7e7696a commit d6ed083
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 @@ -30,6 +30,11 @@
<artifactId>selenium-java</artifactId>
<version>4.41.0</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.12.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d6ed083

Please sign in to comment.