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

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


The following commit(s) were added to refs/heads/camel-2.21.x by this push:
     new b2600bf  CAMEL-12445: spring-boot-rest-swagger example does not 
compile due to missing servlet-api dependendency
b2600bf is described below

commit b2600bf6a52d26d300946d46e4aebda607a80c64
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Mon Apr 16 11:38:55 2018 +0200

    CAMEL-12445: spring-boot-rest-swagger example does not compile due to
    missing servlet-api dependendency
---
 examples/camel-example-spring-boot-rest-swagger/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/camel-example-spring-boot-rest-swagger/pom.xml 
b/examples/camel-example-spring-boot-rest-swagger/pom.xml
index d97db33..1ddeabf 100644
--- a/examples/camel-example-spring-boot-rest-swagger/pom.xml
+++ b/examples/camel-example-spring-boot-rest-swagger/pom.xml
@@ -67,6 +67,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-undertow</artifactId>
+    </dependency>
 
     <!-- Camel -->
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to