davsclaus commented on issue #3946:
URL: https://github.com/apache/camel-quarkus/issues/3946#issuecomment-1198887472

   It may be to the CXF splitup or something, because this component uses 
Apache CXF as dependency in camel-servicenow:
   
   ```
           <!-- CXF -->
           <dependency>
               <groupId>org.apache.cxf</groupId>
               <artifactId>cxf-core</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.cxf</groupId>
               <artifactId>cxf-rt-frontend-jaxrs</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.cxf</groupId>
               <artifactId>cxf-rt-rs-security-oauth2</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.cxf</groupId>
               <artifactId>cxf-rt-rs-extension-providers</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.cxf</groupId>
               <artifactId>cxf-rt-rs-client</artifactId>
           </dependency>
   ```
   
   In the camel core project, so maybe the extension is missing some dependency 
or something


-- 
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-unsubscr...@camel.apache.org

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

Reply via email to