diff options
author | YiLi <li.yi101@zte.com.cn> | 2018-02-13 17:34:17 +0800 |
---|---|---|
committer | YiLi <li.yi101@zte.com.cn> | 2018-02-14 09:08:56 +0800 |
commit | 65bc277abe20baebfdc45310b34d4ba7aab9f15b (patch) | |
tree | 7bf167fda818a9e43ab796a0d8814cfa0c28d7af /holmes-actions/pom.xml | |
parent | ceda3116851e86b5ab25d6e6674be6b6397d763f (diff) |
Test Replace Jackson with GSON
Change-Id: I684770d078e92c07d082889dcc9cb73ee590fb77
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 b13870a..7551cda 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -104,6 +104,12 @@ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
@@ -172,7 +178,7 @@ <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.8.3</version>
+ <version>1.9.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
|