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 2015/12/16 08:56:26 UTC

[3/6] camel git commit: CAMEL-9427: camel-jetty - Should also support rest-dsl with api-doc

CAMEL-9427: camel-jetty - Should also support rest-dsl with api-doc


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

Branch: refs/heads/master
Commit: 91c97237fe5bc09b6fdbe2714d871669fc6d499e
Parents: a677b50
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Dec 16 08:55:44 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Dec 16 08:55:44 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/91c97237/components/camel-jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jetty8/pom.xml b/components/camel-jetty8/pom.xml
index 629b7fd..5a65250 100644
--- a/components/camel-jetty8/pom.xml
+++ b/components/camel-jetty8/pom.xml
@@ -121,6 +121,11 @@
     <!-- for testing rest-dsl -->
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-swagger-java</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jackson</artifactId>
       <scope>test</scope>
     </dependency>