diff options
author | Keguang He <hekeguang@chinamobile.com> | 2022-08-31 03:42:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-31 03:42:36 +0000 |
commit | c2649cfda700cbcc2cb6e33d9ab6ed98d2e56989 (patch) | |
tree | 109a8023818b66eda98fc6f9083b91547e32741e /intentanalysis/pom.xml | |
parent | 037fadaa1c6385a5bfe525e1aec48cc65ec486ec (diff) | |
parent | ad6a98b86377326277d3c19c6e41e7edde285499 (diff) |
Merge "Add JSON and collection handler"
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> |