diff options
author | 2018-07-25 14:12:20 +0000 | |
---|---|---|
committer | 2018-07-25 14:12:20 +0000 | |
commit | 7957dd169d09ff5fcfdfc0384e8ed7d3534d3dc0 (patch) | |
tree | a4fe47a1cbb37860bcef5d90d6bfc3cada04287b /POLICY-SDK-APP/pom.xml | |
parent | a5ccc101707216e8ffc07773c17799c60360863f (diff) | |
parent | 95524c8ef8be0d41de8bb2b918f320e464ebb897 (diff) |
Merge "Decision BlackList Guard Enhancements"
Diffstat (limited to 'POLICY-SDK-APP/pom.xml')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 7017017ce..1160a8f25 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -182,6 +182,11 @@ <artifactId>jackson-dataformat-xml</artifactId> <version>${jackson.version}</version> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.0</version> + </dependency> <!-- Elastic Search --> <dependency> <groupId>org.elasticsearch</groupId> |