Details
Description
All the camel-example-spring-boot-XXX should not import camel-parent
camel-example-spring-boot-geocoder/pom.xml: <artifactId>camel-parent</artifactId>
camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml: <artifactId>camel-parent</artifactId>
camel-example-spring-boot-infinispan/pom.xml: <artifactId>camel-parent</artifactId>
camel-example-spring-boot-rest-swagger/pom.xml: <artifactId>camel-parent</artifactId>
But instead they should import
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-boot-dependencies</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>