You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/05/17 17:17:30 UTC

svn commit: r1483852 - /cxf/trunk/osgi/karaf/commands/pom.xml

Author: dkulp
Date: Fri May 17 15:17:29 2013
New Revision: 1483852

URL: http://svn.apache.org/r1483852
Log:
Get the karaf commands to resolve the new version #

Modified:
    cxf/trunk/osgi/karaf/commands/pom.xml

Modified: cxf/trunk/osgi/karaf/commands/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/commands/pom.xml?rev=1483852&r1=1483851&r2=1483852&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/commands/pom.xml (original)
+++ cxf/trunk/osgi/karaf/commands/pom.xml Fri May 17 15:17:29 2013
@@ -72,7 +72,7 @@
               !org.apache.cxf.karaf.commands,
               org.apache.felix.service.command;version="[0.6,1)",
               org.apache.felix.gogo.commands;version="[0.6,1)",
-              org.apache.cxf*;version="[2.5,3)",
+              org.apache.cxf*;version="[3,4)",
               org.apache.karaf.shell.console;version="[2.2,4)",
               *
                         </Import-Package>