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

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

commit d5344de23dda48da891f656c73df8ca09c836d9d
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Mon Nov 12 20:19:56 2018 +0100

    Explicited the servlet-api dependency version brought by 
spring-boot-starter-undertow so that its no more overridden by camel-parent
---
 examples/camel-example-rest-producer/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/camel-example-rest-producer/pom.xml 
b/examples/camel-example-rest-producer/pom.xml
index 753bee3..2591351 100644
--- a/examples/camel-example-rest-producer/pom.xml
+++ b/examples/camel-example-rest-producer/pom.xml
@@ -58,6 +58,11 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>javax.servlet-api</artifactId>
+        <version>4.0.1</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

Reply via email to