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 2017/06/06 18:23:09 UTC

[3/3] camel git commit: test-jar should be test scope

test-jar should be test scope


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

Branch: refs/heads/camel-2.18.x
Commit: 6ef2384e545e321e4f9cadf53882776c8fac1136
Parents: 6cb332c
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jun 6 20:14:16 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jun 6 20:22:59 2017 +0200

----------------------------------------------------------------------
 components/camel-test-blueprint/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6ef2384e/components/camel-test-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index a4a5aed..9706007 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -42,6 +42,7 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core</artifactId>
             <type>test-jar</type>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>