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 2019/08/09 08:13:06 UTC

[camel] 02/02: Fixed example as swagger petstorre uses https now and http4 works OOTB where as undertow dont

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fce66e0e1c0daed01885abc4005d257210cb3204
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 9 10:12:40 2019 +0200

    Fixed example as swagger petstorre uses https now and http4 works OOTB where as undertow dont
---
 examples/camel-example-rest-swagger/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-rest-swagger/pom.xml b/examples/camel-example-rest-swagger/pom.xml
index 1ffadd9..e95049b 100644
--- a/examples/camel-example-rest-swagger/pom.xml
+++ b/examples/camel-example-rest-swagger/pom.xml
@@ -65,7 +65,7 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-undertow-starter</artifactId>
+            <artifactId>camel-http-starter</artifactId>
         </dependency>
 
         <dependency>