Skip to content

Commit 6b1e223

Browse files
committed
Add gson to dependencies
1 parent 922e32c commit 6b1e223

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
<artifactId>swingx-0.9.5</artifactId>
135135
<version>RELEASE72</version>
136136
</dependency>
137+
<dependency>
138+
<groupId>com.google.code.gson</groupId>
139+
<artifactId>gson</artifactId>
140+
<version>2.3.1</version>
141+
</dependency>
137142
</dependencies>
138143
<properties>
139144
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)