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 2020/09/16 09:11:50 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #1564: make camel-management a camel-quarkus extension.

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:
users@infra.apache.org