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 2014/01/23 15:05:18 UTC

git commit: Remove commons-compress dependency (not used)

Updated Branches:
  refs/heads/master 84122b220 -> 9747ffe35


Remove commons-compress dependency (not used)


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

Branch: refs/heads/master
Commit: 9747ffe35ae99f7dcee3ca1225704a1100724f40
Parents: 84122b2
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Jan 23 15:04:25 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Jan 23 15:04:25 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/9747ffe3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68755c6..fe6399d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,6 @@
         <commons-collections.version>3.2.1</commons-collections.version>
         <commons-dbcp.version>1.4</commons-dbcp.version>
         <commons-fileupload.version>1.2.2</commons-fileupload.version>
-        <commons-compress.version>1.6</commons-compress.version>
         <commons-io.version>2.4</commons-io.version>
         <commons-jexl.version>2.1.1</commons-jexl.version>
         <commons-lang.version>2.6</commons-lang.version>
@@ -1793,11 +1792,6 @@
                 <version>${commons-lang.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>