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/c471d7b4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c471d7b4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c471d7b4

Branch: refs/heads/camel-2.16.x
Commit: c471d7b41fd810a9068f5d4d705a4fb21fcb4e8d
Parents: 18de926
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Dec 16 08:55:44 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Dec 16 08:56:16 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/c471d7b4/components/camel-jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jetty8/pom.xml b/components/camel-jetty8/pom.xml
index 58d22b7..233692d 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>

Reply via email to