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


   Try adding an exclusion like this:
   
   ```xml
   <dependency>
       <groupId>org.apache.camel.quarkus</groupId>
       <artifactId>camel-quarkus-jira</artifactId>
       <exclusions>
           <exclusion>
               <groupId>com.sun.jersey</groupId>
               <artifactId>*</artifactId>
           </exclusion>
       </exclusions>
   </dependency>
   ```
   
   Then add this dependency:
   
   ```xml
   <dependency>
       <groupId>io.quarkus</groupId>
       <artifactId>quarkus-rest-client</artifactId>
   </dependency>
   ```
   
   Then rebuild / retry the native application.


-- 
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.

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


Reply via email to