This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.23.x by this push: new cfcd7b0 CAMEL-13084 - javax.servlet.http.MappingMatch not found when starting camel-example-spring-boot cfcd7b0 is described below commit cfcd7b0e886fcce99cb33520effa657ee93a7a78 Author: Andrea Cosentino <anco...@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 3f1e049..20fea0e 100644 --- a/examples/camel-example-spring-boot/pom.xml +++ b/examples/camel-example-spring-boot/pom.xml @@ -57,6 +57,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>