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 2016/03/31 14:51:06 UTC

[2/3] camel git commit: camel-core: fix maven "overriding managed version" warnings

camel-core: fix maven "overriding managed version" warnings


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

Branch: refs/heads/master
Commit: de0dadd3030aa1396e4599298eaf1f140ced7248
Parents: 646b40c
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Thu Mar 31 14:22:26 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Mar 31 14:47:47 2016 +0200

----------------------------------------------------------------------
 camel-core/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/de0dadd3/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index b0612b3..ca2ac54 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -538,7 +538,6 @@
         <dependency>
           <groupId>org.apache.camel</groupId>
           <artifactId>apt</artifactId>
-          <version>${project.version}</version>
           <scope>provided</scope>
         </dependency>
       </dependencies>
@@ -588,7 +587,6 @@
         <dependency>
           <groupId>org.codehaus.woodstox</groupId>
           <artifactId>woodstox-core-asl</artifactId>
-          <version>${woodstox-version}</version>
           <scope>test</scope>
         </dependency>
       </dependencies>