You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2014/12/04 16:18:09 UTC

cxf git commit: CXF-6135 move version to parent

Repository: cxf
Updated Branches:
  refs/heads/master 03bd1b4f0 -> 13e01e23e


CXF-6135 move version to parent


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/13e01e23
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/13e01e23
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/13e01e23

Branch: refs/heads/master
Commit: 13e01e23ea87ea5b06953f18bef4b173fca55b4d
Parents: 03bd1b4
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Thu Dec 4 16:18:04 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Thu Dec 4 16:18:04 2014 +0100

----------------------------------------------------------------------
 parent/pom.xml            | 8 ++++++++
 rt/frontend/jaxws/pom.xml | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/13e01e23/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5ee9829..dd7483b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -603,9 +603,17 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
+                <artifactId>org.apache.aries.blueprint.api</artifactId>
+                <version>${cxf.aries.version}</version>
+                <scope>provided</scope>
+                <optional>true</optional>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint.core</artifactId>
                 <version>${cxf.aries.version}</version>
                 <scope>provided</scope>
+                <optional>true</optional>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/13e01e23/rt/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml
index 8a78748..ea265f1 100644
--- a/rt/frontend/jaxws/pom.xml
+++ b/rt/frontend/jaxws/pom.xml
@@ -48,7 +48,6 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.api</artifactId>
-            <version>1.0.0</version>
             <optional>true</optional>
         </dependency>
         <dependency>