You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/09/11 20:25:33 UTC

svn commit: r1383509 - /camel/branches/camel-2.9.x/components/camel-cxf/pom.xml

Author: dkulp
Date: Tue Sep 11 18:25:32 2012
New Revision: 1383509

URL: http://svn.apache.org/viewvc?rev=1383509&view=rev
Log:
Merged revisions 1383495 via  git cherry-pick from
https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x

........
  r1383495 | dkulp | 2012-09-11 13:57:09 -0400 (Tue, 11 Sep 2012) | 10 lines

  Merged revisions 1383492 via  git cherry-pick from
  https://svn.apache.org/repos/asf/camel/trunk

  ........
    r1383492 | dkulp | 2012-09-11 13:43:33 -0400 (Tue, 11 Sep 2012) | 2 lines

    [CAMEL-5588] Update aries version range for camel-cxf

  ........

........

Modified:
    camel/branches/camel-2.9.x/components/camel-cxf/pom.xml

Modified: camel/branches/camel-2.9.x/components/camel-cxf/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-cxf/pom.xml?rev=1383509&r1=1383508&r2=1383509&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-cxf/pom.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-cxf/pom.xml Tue Sep 11 18:25:32 2012
@@ -54,9 +54,9 @@
       org.osgi.service.blueprint;resolution:=optional,
       org.osgi.service.blueprint.container;resolution:=optional,
       org.osgi.service.blueprint.reflect;resolution:=optional,
-      org.apache.aries.blueprint;resolution:=optional,
-      org.apache.aries.blueprint.reflect ;resolution:=optional,
-      org.apache.aries.blueprint.mutable;resolution:=optional,
+      org.apache.aries.blueprint;version="[0.3,2.0)";resolution:=optional,
+      org.apache.aries.blueprint.reflect;version="[0.3,2.0)";resolution:=optional,
+      org.apache.aries.blueprint.mutable;version="[0.3,2.0)";resolution:=optional,
       org.apache.camel.blueprint;resolution:=optional,
       org.osgi.framework;resolution:=optional,
       *