You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/16 10:03:40 UTC

camel git commit: camel-cxf/pom.xml: fix "Overriding managed version" warnings by removing unnecessary "${cxf-version}" elements

Repository: camel
Updated Branches:
  refs/heads/master fd73931f3 -> 02d67c4d0


camel-cxf/pom.xml: fix "Overriding managed version" warnings by removing unnecessary "<version>${cxf-version}</version>" elements


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/02d67c4d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/02d67c4d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/02d67c4d

Branch: refs/heads/master
Commit: 02d67c4d0a8c339406ac02fff574e724465d184d
Parents: fd73931
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Jul 16 11:21:46 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jul 16 12:02:08 2017 +0200

----------------------------------------------------------------------
 components/camel-cxf/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/02d67c4d/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 3ce70ed..d507bb9 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -107,13 +107,11 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-      <version>${cxf-version}</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxws</artifactId>
-      <version>${cxf-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
@@ -209,7 +207,6 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-transports-jms</artifactId>
-      <version>${cxf-version}</version>
       <scope>test</scope>
     </dependency>
 
@@ -254,7 +251,6 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-bindings-soap</artifactId>
-      <version>${cxf-version}</version>
     </dependency>
 
     <dependency>
@@ -302,14 +298,12 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-ws-rm</artifactId>
-      <version>${cxf-version}</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-ws-security</artifactId>
-      <version>${cxf-version}</version>
       <scope>test</scope>
     </dependency>