You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/29 08:52:21 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4300: camel-quarkus-http - ClassNotFoundException - javax.servlet.http.HttpServletRequest

jamesnetherton commented on issue #4300:
URL: https://github.com/apache/camel-quarkus/issues/4300#issuecomment-1330290191

   The Servlet API should already be on the classpath because it's needed to satisfy the native compiler.  
   
   ```
   [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ code-with-quarkus ---
   [INFO] org.acme:code-with-quarkus:jar:1.0.0-SNAPSHOT
   [INFO] \- org.apache.camel.quarkus:camel-quarkus-http:jar:2.14.0:compile
   [INFO]    \- org.apache.camel.quarkus:camel-quarkus-http-common:jar:2.14.0:compile
   [INFO]       \- jakarta.servlet:jakarta.servlet-api:jar:4.0.3:compile
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org