diff options
author | Taka Cho <takamune.cho@att.com> | 2019-10-09 16:41:47 -0400 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-10-09 20:49:28 +0000 |
commit | e48727b615d84e00f681359b899912cdfc65d876 (patch) | |
tree | acf0ce000872fbfeaef63f909e4605e15a812197 /appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle | |
parent | 3533ff6d195b9966cbf407238bb5d2fd7ca68bb1 (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle')
-rw-r--r-- | appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml | 6 |
1 files changed, 0 insertions, 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 @@ -145,12 +145,6 @@ </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.3</version> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |