diff options
author | YiLi <li.yi101@zte.com.cn> | 2018-02-07 17:42:39 +0800 |
---|---|---|
committer | YiLi <li.yi101@zte.com.cn> | 2018-02-08 08:50:47 +0800 |
commit | a55c700bc3aaab61731d509e4f4c85f40d6330e6 (patch) | |
tree | 09decc90a1961185b9f1418ed778d1861f8608cb /holmes-actions/pom.xml | |
parent | 2f92be933fc2ef3ccf1f44572a9be99058dd7ec0 (diff) |
Replace Jackson with GSON
Change-Id: I57af69f37b64d4a2b391d51fde93269dfa5ce79c
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 86c0433..3a724d0 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -144,6 +144,11 @@ <artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.2</version>
+ </dependency>
</dependencies>
<build>
|