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 <pascalschumac...@gmx.net> Authored: Thu Mar 31 14:22:26 2016 +0200 Committer: Claus Ibsen <davscl...@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>