You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/04/22 14:07:22 UTC

karaf git commit: Cleanup commons-compress dependency

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x a20420568 -> c7c8363dd


Cleanup commons-compress dependency


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c7c8363d
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c7c8363d
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c7c8363d

Branch: refs/heads/karaf-2.x
Commit: c7c8363dd37cf0f4d5222ad6181b113097a3200d
Parents: a204205
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Apr 22 14:07:10 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Apr 22 14:07:10 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/c7c8363d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b6b35e..857c4c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,6 @@
         <commons-beanutils.version>1.9.2</commons-beanutils.version>
         <commons-codec.version>1.10</commons-codec.version>
         <commons-collections.version>3.2.1</commons-collections.version>
-        <commons-compress.version>1.6</commons-compress.version>
         <commons-dbcp.version>1.4</commons-dbcp.version>
         <commons-fileupload.version>1.3.1</commons-fileupload.version>
         <commons-io.version>2.4</commons-io.version>
@@ -1273,11 +1272,6 @@
                 <version>${commons-collections.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-compress</artifactId>
-                <version>${commons-compress.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
                 <version>${commons-io.version}</version>