You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2015/09/13 17:01:28 UTC

camel git commit: Add deps required to debug test classes

Repository: camel
Updated Branches:
  refs/heads/master dcd4d378d -> 15fd04d35


Add deps required to debug test classes


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

Branch: refs/heads/master
Commit: 15fd04d358eb713e449f10170173fcba7cbdcf7d
Parents: dcd4d37
Author: Charles Moulliard <cm...@apache.org>
Authored: Sun Sep 13 17:01:15 2015 +0200
Committer: Charles Moulliard <cm...@apache.org>
Committed: Sun Sep 13 17:01:15 2015 +0200

----------------------------------------------------------------------
 components/camel-swagger/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/15fd04d3/components/camel-swagger/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-swagger/pom.xml b/components/camel-swagger/pom.xml
index 1225ec2..4689c1e 100644
--- a/components/camel-swagger/pom.xml
+++ b/components/camel-swagger/pom.xml
@@ -87,6 +87,16 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-http-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jetty-common</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>