Skip to content

Commit

Permalink
Merge pull request #209 from NetLagina/java-gson-dependency
Browse files Browse the repository at this point in the history
Add Gson dependency to pom.xml (Java)
  • Loading branch information
BorisKolganov authored Sep 3, 2018
2 parents 580a251 + 01457df commit b42ea1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions madcars/dockers/java1.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<artifactId>json</artifactId>
<version>20180130</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>

</project>

0 comments on commit b42ea1e

Please sign in to comment.