From e48727b615d84e00f681359b899912cdfc65d876 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Wed, 9 Oct 2019 16:41:47 -0400 Subject: [PATCH] remove duplicated artifact in chef adapter there are two org.apache.httpcomponents:httpclient defined in pom file, keep a one from line 63-67 Issue-ID: APPC-1763 Change-Id: Ifd132e316e05c795d68618f8bd13ba6180d55adf Signed-off-by: Taka Cho --- appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml index 079a52c46..96dc43fd8 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml @@ -144,12 +144,6 @@ 1.9.13 - - org.apache.httpcomponents - httpclient - 4.5.3 - - junit junit -- 2.16.6