From ff774a309d82c6d71064d32505492d7d0d8544cf Mon Sep 17 00:00:00 2001 From: tang peng Date: Wed, 2 Jun 2021 17:17:34 +0800 Subject: Removed Dependency: httpclient Issue-ID: HOLMES-414 Signed-off-by: tang peng Change-Id: I30ce6a5ecbb6fa881d46ee78bc7fc2fb198b46db --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9c28724..d32c194 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.holmes.engine-management holmes-engine-parent - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom holmes-engine-management @@ -159,12 +159,16 @@ com.squareup.retrofit2 retrofit + + org.apache.httpcomponents + httpclient + org.onap.holmes.common holmes-actions - 1.3.2 + 1.3.4 io.dropwizard @@ -279,7 +283,7 @@ com.thoughtworks.xstream xstream - 1.4.11 + 1.4.16 -- cgit 1.2.3-korg