Repository: camel Updated Branches: refs/heads/camel-2.15.x cca30b2f2 -> 41492e838
CAMEL-8874 camel-blueprint-archetypes should have test dependency of camel-test-blueprint Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/41492e83 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/41492e83 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/41492e83 Branch: refs/heads/camel-2.15.x Commit: 41492e838f18ce7ec74232a45ef37f08d488d930 Parents: cca30b2 Author: Willem Jiang <willem.ji...@gmail.com> Authored: Mon Jun 15 23:02:37 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Mon Jun 15 23:06:56 2015 +0800 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/41492e83/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml index d8528af..25f8ba6 100644 --- a/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml +++ b/tooling/archetypes/camel-archetype-blueprint/src/main/resources/archetype-resources/pom.xml @@ -65,6 +65,7 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-test-blueprint</artifactId> <version>${camel-version}</version> + <scope>test</scope> </dependency> </dependencies>