Skip to content

Commit 94ecb9f

Browse files
committed
Added encoder for encoding strings in JSON format
1 parent 93dd775 commit 94ecb9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@
258258
<artifactId>jdom</artifactId>
259259
<version>1.1</version>
260260
</dependency>
261+
<dependency>
262+
<groupId>com.fasterxml.jackson.core</groupId>
263+
<artifactId>jackson-core</artifactId>
264+
<version>2.1.4</version>
265+
</dependency>
261266
</dependencies>
262267

263268

0 commit comments

Comments
 (0)