Repository: incubator-slider
Updated Branches:
  refs/heads/develop 70b4b7592 -> 80e8df0c6


SLIDER-488 excluded transitive commons-codec dependency from commons-httpclient


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/80e8df0c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/80e8df0c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/80e8df0c

Branch: refs/heads/develop
Commit: 80e8df0c66e41a06943a5e7555062ce05a2e0d22
Parents: 70b4b75
Author: Billie Rinaldi <billie.rina...@gmail.com>
Authored: Mon Oct 6 09:21:32 2014 -0700
Committer: Billie Rinaldi <billie.rina...@gmail.com>
Committed: Mon Oct 6 09:21:32 2014 -0700

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/80e8df0c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6d35407..4df4971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,6 +600,12 @@
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>${httpclient.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <!-- ======================================================== -->

Reply via email to