Skip to content

Commit

Permalink
Added Gson to depends instead of lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
codebyxemu committed May 31, 2023
1 parent 0bd149f commit 6d127d1
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 @@ -21,5 +21,10 @@
<version>1.18.28</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
</dependency>
</dependencies>
</project>

0 comments on commit 6d127d1

Please sign in to comment.