You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ge...@apache.org on 2010/09/24 21:16:04 UTC

svn commit: r1001033 - in /karaf/branches/karaf-2.0.x: pom.xml shell/config/pom.xml

Author: gertv
Date: Fri Sep 24 19:16:03 2010
New Revision: 1001033

URL: http://svn.apache.org/viewvc?rev=1001033&view=rev
Log:
Remove unnecessary dependencies (commons-configuration & co)

Modified:
    karaf/branches/karaf-2.0.x/pom.xml
    karaf/branches/karaf-2.0.x/shell/config/pom.xml

Modified: karaf/branches/karaf-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.0.x/pom.xml?rev=1001033&r1=1001032&r2=1001033&view=diff
==============================================================================
--- karaf/branches/karaf-2.0.x/pom.xml (original)
+++ karaf/branches/karaf-2.0.x/pom.xml Fri Sep 24 19:16:03 2010
@@ -101,17 +101,12 @@
         <!-- Apache ServiceMix Bundles -->
         <aopalliance.bundle.version>1.0_4</aopalliance.bundle.version>
         <cglib.bundle.version>2.1_3_6</cglib.bundle.version>
+        <commons-codec.version>1.3_2</commons-codec.version>
+        <commons-lang.version>2.4_3</commons-lang.version>
         <jetty.bundle.version>6.1.22_2</jetty.bundle.version>
         <junit.bundle.version>4.7_1</junit.bundle.version>
 
         <commons.logging.version>1.1.1</commons.logging.version>
-        <commons-configuration.version>1.4_1-SNAPSHOT</commons-configuration.version>
-        <commons-beanutils.version>1.8.2_1-SNAPSHOT</commons-beanutils.version>
-        <commons-codec.version>1.3_2</commons-codec.version>
-        <commons-jxpath.version>1.2_4-SNAPSHOT</commons-jxpath.version>
-        <commons-collections.version>3.2.1</commons-collections.version>
-        <commons-digester.version>1.8_1-SNAPSHOT</commons-digester.version>
-        <commons-lang.version>2.4_3</commons-lang.version>
         <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
         <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
         <easymock.version>2.4</easymock.version>
@@ -607,11 +602,6 @@
                 <version>${commons.logging.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.servicemix.bundles</groupId>
-                <artifactId>org.apache.servicemix.bundles.commons-configuration</artifactId>
-                <version>${commons-configuration.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.maven.artifact</groupId>
                 <artifactId>maven-artifact</artifactId>
                 <version>3.0-alpha-1</version>

Modified: karaf/branches/karaf-2.0.x/shell/config/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.0.x/shell/config/pom.xml?rev=1001033&r1=1001032&r2=1001033&view=diff
==============================================================================
--- karaf/branches/karaf-2.0.x/shell/config/pom.xml (original)
+++ karaf/branches/karaf-2.0.x/shell/config/pom.xml Fri Sep 24 19:16:03 2010
@@ -46,10 +46,6 @@
             <artifactId>org.apache.karaf.shell.console</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.commons-configuration</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>