Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created September 24, 2010 19:13
Show Gist options
  • Select an option

  • Save gnodet/595869 to your computer and use it in GitHub Desktop.

Select an option

Save gnodet/595869 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index c95f085..179ab74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,12 +105,8 @@
<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>
diff --git a/shell/config/pom.xml b/shell/config/pom.xml
index 3295b40..c577825 100644
--- a/shell/config/pom.xml
+++ b/shell/config/pom.xml
@@ -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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment