diff options
author | 2022-08-30 10:15:49 +0800 | |
---|---|---|
committer | 2022-08-30 10:15:49 +0800 | |
commit | ad6a98b86377326277d3c19c6e41e7edde285499 (patch) | |
tree | 3d948078e0a4c8acd18e50c7a040774f2f6f21f2 /intentanalysis/pom.xml | |
parent | a6a29c67cbb22b9b120d08fe5310a45a16d987c6 (diff) |
Add JSON and collection handler
Add handlers to save an object or a collection as String in DB
Issue-ID: USECASEUI-710
Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com>
Change-Id: Id7f9df35dc3ccad23bf784197671b39e043010c9
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r-- | intentanalysis/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml index 0c34071..fc3e624 100644 --- a/intentanalysis/pom.xml +++ b/intentanalysis/pom.xml @@ -196,6 +196,16 @@ <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.6</version> + </dependency> + <dependency> + <groupId>com.mikesamuel</groupId> + <artifactId>json-sanitizer</artifactId> + <version>1.2.2</version> + </dependency> </dependencies> <build> <plugins> |