• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 4.3.1.Final
    • None
    • None
    • None
    • MA Sprint 16, MA Sprint 17, MA Sprint 18, Sprint 19, Sprint 20, Sprint 21, Sprint 22

      https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_spring_boot_starters_maven_coordinate_change

      Extract:

      The Maven groupId for the Spring Boot starters changed to: org.apache.camel.springboot.

      Instead of:

      <dependency>
      <groupId>org.apache.camel</groupId>
      <artifactId>camel-component-starter</artifactId>
      </dependency>
      Use:

      <dependency>
      <groupId>org.apache.camel.springboot</groupId>
      <artifactId>camel-component-starter</artifactId>
      </dependency>

      I can take a look at this

              johnpoth John Poth
              johnpoth John Poth
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: