You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jb...@apache.org on 2012/02/02 17:19:39 UTC

svn commit: r1239705 - /camel/branches/camel-2.8.x/camel-core/pom.xml

Author: jbonofre
Date: Thu Feb  2 16:19:38 2012
New Revision: 1239705

URL: http://svn.apache.org/viewvc?rev=1239705&view=rev
Log:
[CAMEL-4280] Cleanup OSGi version in core

Modified:
    camel/branches/camel-2.8.x/camel-core/pom.xml

Modified: camel/branches/camel-2.8.x/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/camel-core/pom.xml?rev=1239705&r1=1239704&r2=1239705&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/camel-core/pom.xml (original)
+++ camel/branches/camel-2.8.x/camel-core/pom.xml Thu Feb  2 16:19:38 2012
@@ -104,7 +104,6 @@
     <dependency>
         <groupId>org.osgi</groupId>
         <artifactId>org.osgi.core</artifactId>
-        <version>4.1.0</version>
         <scope>provided</scope>
         <optional>true</optional>
     </dependency>