Skip to content

Commit 9b0cdc9

Browse files
committed
Fixing maven build after move to gson
1 parent 2997a70 commit 9b0cdc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: maven/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@
192192
<version>1.3</version>
193193
</dependency>
194194
<dependency>
195-
<groupId>org.json</groupId>
196-
<artifactId>json</artifactId>
197-
<version>20080701</version>
195+
<groupId>com.google.code.gson</groupId>
196+
<artifactId>gson</artifactId>
197+
<version>2.3</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.testng</groupId>

0 commit comments

Comments
 (0)