Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 009d0d4

Browse files
author
Dave Syer
committed
Add gson explicitly (it's going to go away in s-c-function)
1 parent 86d1b21 commit 009d0d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
</exclusion>
5252
</exclusions>
5353
</dependency>
54+
<dependency>
55+
<groupId>com.google.code.gson</groupId>
56+
<artifactId>gson</artifactId>
57+
</dependency>
5458
<dependency>
5559
<groupId>org.slf4j</groupId>
5660
<artifactId>slf4j-jdk14</artifactId>

0 commit comments

Comments
 (0)