ppalaga commented on issue #1564:
URL: https://github.com/apache/camel-quarkus/issues/1564#issuecomment-693279365


   > ```
   >         <dependency>
   >             <groupId>org.apache.camel.quarkus</groupId>
   >             <artifactId>camel-quarkus-management</artifactId>
   >             <version>1.1.0</version>
   >         </dependency>
   > ```
   
   I guess you are mixing camel-quarkus-management 1.1.0 with an older camel 
quarkus artifacts.
   
   Not sure what exactly IJ generates for you, but since yesterday, you can 
import `io.quarkus:quarkus-universe-bom:1.8.0.Final` that manages also 
`camel-quarkus-management` so you can have the dep without version
   
   ```
           <dependency>
               <groupId>org.apache.camel.quarkus</groupId>
               <artifactId>camel-quarkus-management</artifactId>
           </dependency>
   ```
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to