You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2013/12/30 22:42:41 UTC

git commit: [JGroups] Fixed camel-test dependency scope.

Updated Branches:
  refs/heads/master 96d1c2aa6 -> dd813094f


[JGroups] Fixed camel-test dependency scope.


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

Branch: refs/heads/master
Commit: dd813094f26efe7e5feb34311e318337eb8df4d3
Parents: 96d1c2a
Author: Henryk Konsek <he...@gmail.com>
Authored: Mon Dec 30 22:42:20 2013 +0100
Committer: Henryk Konsek <he...@gmail.com>
Committed: Mon Dec 30 22:42:20 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/dd813094/components/camel-jgroups/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml
index 6b7e3ff..56024da 100644
--- a/components/camel-jgroups/pom.xml
+++ b/components/camel-jgroups/pom.xml
@@ -60,6 +60,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.slf4j</groupId>