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


   It's easy to reproduce just by adding the quartz extension to any of our 
existing example projects.
   
   You can add `camel-quarkus-cron` as a workaround. E.g:
   
   ```xml
   <dependency>
       <groupId>org.apache.camel.quarkus</groupId>
       <artifactId>camel-quarkus-cron</artifactId>
       <version>1.0.0-M7</version>
   </dependency>
   ```
   
   I'll work on a permanent fix to try and avoid this.


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