Well, Weld is looking for org.apache.catalina.connector.Request class which is part of Tomcat core. Also the result of camel/examples/camel-example-cdi-rest-servlet$ mvn dependency:tree | grep tomcat is:
[INFO] | +- org.apache.tomcat.embed:tomcat-embed-core:jar:8.5.0:runtime
|
[INFO] | \- org.apache.tomcat.embed:tomcat-embed-jasper:jar:8.5.0:runtime
|
[INFO] | +- org.apache.tomcat.embed:tomcat-embed-el:jar:8.5.0:runtime
|
So it seems the bad dependecy was not jasper, but tomcat-embed-core. Anyway, I'm glad it works for you now .
|