remove duplicated artifact in chef adapter 33/96833/4
authorTaka Cho <takamune.cho@att.com>
Wed, 9 Oct 2019 20:41:47 +0000 (16:41 -0400)
committerTakamune Cho <takamune.cho@att.com>
Wed, 9 Oct 2019 20:49:28 +0000 (20:49 +0000)
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 <takamune.cho@att.com>
appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml

index 079a52c..96dc43f 100644 (file)
             <version>1.9.13</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-            <version>4.5.3</version>
-        </dependency>
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>