diff options
author | Victor Morales <victor.morales@intel.com> | 2017-06-01 14:14:11 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-06-05 15:28:23 -0700 |
commit | d33644e2dc5c3c6e9eebd5afbf5f78a891e66a06 (patch) | |
tree | c9dc2846bd4f418d57a9be0ad0d5e61eb67e7ac7 /appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml | |
parent | 066f0952fe86462e3069bb8d5bfdb3e0ed839fe2 (diff) |
Remove duplicated dependencies
It was removed some duplicated entries from the pom.xml file of
appc-chef-adapter-bundle project
Change-Id: Idab32dcffcaa18af249ff4354453856ab378de2e
Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml')
-rw-r--r-- | appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml | 16 |
1 files changed, 2 insertions, 14 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 2ccf432f5..e62c359b3 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 @@ -20,7 +20,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - </dependency> + </dependency> <!-- http://mvnrepository.com/artifact/commons-logging/commons-logging --> <dependency> <groupId>commons-logging</groupId> @@ -34,7 +34,7 @@ <version>4.4.4</version> </dependency> - <!-- <dependency> + <!--<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.1</version> @@ -126,18 +126,6 @@ <artifactId>jackson-jaxrs</artifactId> <version>1.9.12</version> </dependency> - - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.1</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |