Uploaded image for project: 'Red Hat build of Apache Camel for Spring Boot'
  1. Red Hat build of Apache Camel for Spring Boot
  2. CSB-1675

Incorrect group id of the Camel Spring Boot BOM pointed in the documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • None
    • Spring Boot
    • False
    • Hide

      None

      Show
      None
    • False
    • Very Likely
    • 0

      In the following documentation pages:

      https://access.redhat.com/documentation/en-us/red_hat_integration/2023.q2/html/getting_started_with_camel_spring_boot/getting-started-with-camel-spring-boot_csb#camel-spring-boot-starters

      https://access.redhat.com/documentation/en-us/red_hat_build_of_apache_camel_for_spring_boot/3.20/html-single/getting_started_with_camel_spring_boot/index#camel-spring-boot-starters

       

      the version of the Camel Spring Boot BOM is specified as:

       

       

              <dependency>
                  <groupId>org.apache.camel.springboot</groupId>
                  <artifactId>camel-spring-boot-bom</artifactId>
                  <version>3.20.1.redhat-00058</version>
                  <type>pom</type>
                  <scope>import</scope>
              </dependency> 

       

       

      But the right one (generated by Maven tools), is this one, with a different group id

            <dependency> 
              <groupId>com.redhat.camel.springboot.platform</groupId> 
              <artifactId>camel-spring-boot-bom</artifactId>
              <version>3.20.1.redhat-00058</version>
              <type>pom</type>
              <scope>import</scope>
            </dependency>
      

      Please correct this. Thanks a lot!

       

            abelgaon@redhat.com Arati Ajit Belgaonkar
            rhn-support-anarvaez Alfredo Narvaez
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: