You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/06/15 17:03:52 UTC

camel git commit: CAMEL-8874 camel-blueprint-archetypes should have test dependency of camel-test-blueprint

Repository: camel
Updated Branches:
  refs/heads/master ffd7713bf -> 10dec7b2e


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/10dec7b2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/10dec7b2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/10dec7b2

Branch: refs/heads/master
Commit: 10dec7b2e32cb685eece4ba4567c7d73eef683a7
Parents: ffd7713
Author: Willem Jiang <wi...@gmail.com>
Authored: Mon Jun 15 23:02:37 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Jun 15 23:02:55 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/10dec7b2/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>