CAMEL-7554 - camel-metrics * using camel-test-spring3 instead of camel-test-spring
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4c41ca96 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4c41ca96 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4c41ca96 Branch: refs/heads/master Commit: 4c41ca962219e62b010aabebc7a1093c1ea2c995 Parents: 85cc550 Author: Lauri Kimmel <lauri.kim...@gmx.com> Authored: Wed Jul 30 20:56:44 2014 +1000 Committer: Lauri Kimmel <lauri.kim...@gmx.com> Committed: Wed Jul 30 20:56:44 2014 +1000 ---------------------------------------------------------------------- components/camel-metrics/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4c41ca96/components/camel-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml index e449e7e..940a9b6 100644 --- a/components/camel-metrics/pom.xml +++ b/components/camel-metrics/pom.xml @@ -64,7 +64,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test-spring</artifactId> + <artifactId>camel-test-spring3</artifactId> <scope>test</scope> </dependency> <dependency>