This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 96c26e3 CAMEL-13084 - javax.servlet.http.MappingMatch not found when starting camel-example-spring-boot 96c26e3 is described below commit 96c26e38dd728ac2e4d95fa7dbb947cd275b333d 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 1a0f227..bf5a1fc 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>