BAEL-2327: Implement simple escaping and tests (#5745)

* BAEL-2327: Implement simple escaping and tests

* BAEL-2327: Rename test to comply with CI rules
This commit is contained in:
Mikhail Chugunov
2018-12-08 17:59:10 +03:00
committed by Eugen
parent 0b0aedc287
commit 0abf2d243a
3 changed files with 87 additions and 0 deletions
+10
View File
@@ -33,6 +33,16 @@
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20171018</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>javax.json.bind</groupId>