Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
Added GSON as a Maven dependency.
  • Loading branch information
roaraf committed Feb 27, 2026
1 parent 8b7adc2 commit 675612f
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 @@ -35,6 +35,11 @@
<artifactId>opencsv</artifactId>
<version>5.12.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 675612f

Please sign in to comment.