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 2014/02/21 10:54:31 UTC

git commit: [Karaf-itest] Added camel-ahc dependency to the POM in order to ensure that tested dependency is cached in the local repo.

Repository: camel
Updated Branches:
  refs/heads/master 8fc495f2b -> 219278373


[Karaf-itest] Added camel-ahc dependency to the POM in order to ensure that tested dependency is cached in the local repo.


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

Branch: refs/heads/master
Commit: 2192783730ebe74182a57fee08e2fed2dd637bf6
Parents: 8fc495f
Author: Henryk Konsek <he...@gmail.com>
Authored: Fri Feb 21 10:54:07 2014 +0100
Committer: Henryk Konsek <he...@gmail.com>
Committed: Fri Feb 21 10:54:07 2014 +0100

----------------------------------------------------------------------
 tests/camel-itest-karaf/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/21927837/tests/camel-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index 9a2cba1..f5572a7 100644
--- a/tests/camel-itest-karaf/pom.xml
+++ b/tests/camel-itest-karaf/pom.xml
@@ -113,6 +113,12 @@
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <!-- Tested modules -->
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-ahc</artifactId>
+        </dependency>
     </dependencies>
 
     <build>