You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/21 08:44:21 UTC

[camel] branch camel-2.x updated: CAMEL-13084 - javax.servlet.http.MappingMatch not found when starting camel-example-spring-boot

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

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


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new c424c71  CAMEL-13084 - javax.servlet.http.MappingMatch not found when starting camel-example-spring-boot
c424c71 is described below

commit c424c71ef2df4bc94945f1aa75842b664e230b1f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 21 09:40:53 2019 +0100

    CAMEL-13084 - javax.servlet.http.MappingMatch not found when starting camel-example-spring-boot
---
 examples/camel-example-spring-boot/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/camel-example-spring-boot/pom.xml b/examples/camel-example-spring-boot/pom.xml
index c7f633b..9cb269b 100644
--- a/examples/camel-example-spring-boot/pom.xml
+++ b/examples/camel-example-spring-boot/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>