diff options
author | YiLi <li.yi101@zte.com.cn> | 2018-02-14 10:30:21 +0800 |
---|---|---|
committer | YiLi <li.yi101@zte.com.cn> | 2018-02-22 17:02:39 +0800 |
commit | bbf13d0f5335ec70948baf84d2289dc431b12734 (patch) | |
tree | d09dd3bdfb7e11c5810767df72be3b6268bde417 /holmes-actions/pom.xml | |
parent | 65bc277abe20baebfdc45310b34d4ba7aab9f15b (diff) |
Test Replace Jackson with GSON
Change-Id: I359884ca228d6191b95770952d5684cef101cdee
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, 0 insertions, 5 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 7551cda..3e35e33 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -176,11 +176,6 @@ <version>3.2.2</version>
</dependency>
<dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.9.2</version>
- </dependency>
- <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
|