From 249a01014e08393f336f4acf96b4f55abd790e6b Mon Sep 17 00:00:00 2001 From: Suneet Gupta Date: Sat, 23 Oct 2021 11:10:59 +0530 Subject: [PATCH] Added http dependency --- .../rm-automation/rm-automation-community-rest-api/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index dd901ee4a9..826738b1e9 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -84,5 +84,10 @@ docker-java 3.2.12 + + org.apache.httpcomponents + httpclient + ${dependency.httpclient.version} +