From 490fc3c1fafe50d5fb0e23db5cfd10730be96866 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Thu, 16 Jul 2020 16:11:50 +0800 Subject: Fixed the CLM Issues Change-Id: I8e6703078c400e94eec6eaa9a65a7e7dc3f0218e Issue-ID: HOLMES-331 Signed-off-by: GuangrongFu --- holmes-actions/pom.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'holmes-actions/pom.xml') diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index ebec435..9a516b6 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -85,6 +85,10 @@ org.slf4j slf4j-api + + org.yaml + snakeyaml + @@ -145,6 +149,16 @@ org.apache.httpcomponents httpclient + + + commons-codec + commons-codec + + + + + commons-codec + commons-codec commons-collections @@ -156,15 +170,14 @@ gson 2.8.2 - - com.alibaba - fastjson - 1.2.49 - com.google.guava guava + + com.google.code.gson + gson + -- cgit 1.2.3-korg