-
Bug
-
Resolution: Done
-
Critical
-
CSB-4.0
-
None
-
False
-
-
False
-
-
-
Very Likely
-
0
<dependencies>
<!-- Camel Starter -->
<dependency>
<groupId>com.redhat.camel.springboot.platform</groupId>
<artifactId>camel-spring-boot-starter</artifactId>
</dependency>
<!-- ... other dependencies ... -->
</dependencies>
has to be replaced with
<dependencies>
<!-- Camel Starter -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-starter</artifactId>
</dependency>
<!-- ... other dependencies ... -->
</dependencies>
the groupId is wrong.
The same applies for 3.20 documentation https://access.redhat.com/documentation/en-us/red_hat_build_of_apache_camel_for_spring_boot/3.20/html/getting_started_with_camel_spring_boot/getting-started-with-camel-spring-boot_csb
1.
|
Fix Wrong camel-spring-boot-starter groupId in documentation |
|
Closed | |
Unassigned |
2.
|
Validate Wrong camel-spring-boot-starter groupId in documentation |
|
Closed | |
Unassigned |