diff options
author | YiLi <li.yi101@zte.com.cn> | 2018-02-12 17:13:17 +0800 |
---|---|---|
committer | YiLi <li.yi101@zte.com.cn> | 2018-02-12 17:24:23 +0800 |
commit | ceda3116851e86b5ab25d6e6674be6b6397d763f (patch) | |
tree | 431c12bff9a9c02a39da5956887ab62071dfe296 /holmes-actions/pom.xml | |
parent | 83307e37a264972f4f9c60a114f40a375e32634b (diff) |
Test Replace Jackson with GSON
Change-Id: I02a9fa14239ff4ceb89c1bc3906788fe8225b4b4
Issue-ID: HOLMES-115
Signed-off-by: YiLi <li.yi101@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 57f2eaa..b13870a 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -22,6 +22,12 @@ <dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.eclipsesource.jaxrs</groupId>
+ <artifactId>jersey-all</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
@@ -166,7 +172,7 @@ <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.3</version>
+ <version>1.8.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
|