jochenr commented on issue #5218:
URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1693107705

   Actually, what are the correct maven coordinates for camel-quarkus?
   
   this:
   
   ```
   <dependency>
     <groupId>io.quarkus.platform</groupId>
     <artifactId>quarkus-camel-bom</artifactId>
     <version>3.2.4.Final</version>
     <type>pom</type>
   </dependency>
   ```
   
   or this:
   ```
   <dependency>
     <groupId>org.apache.camel.quarkus</groupId>
     <artifactId>camel-quarkus-bom</artifactId>
     <version>3.0.0-RC2</version>
     <type>pom</type>
   </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.

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