You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/09/11 12:48:00 UTC

[jira] [Created] (CAMEL-11770) spring-boot examples - Should not import camel-parent

Claus Ibsen created CAMEL-11770:
-----------------------------------

             Summary: spring-boot examples - Should not import camel-parent
                 Key: CAMEL-11770
                 URL: https://issues.apache.org/jira/browse/CAMEL-11770
             Project: Camel
          Issue Type: Task
          Components: examples
            Reporter: Claus Ibsen
             Fix For: 2.20.0


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 
{code}
      <dependency>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-spring-boot-dependencies</artifactId>
        <version>${project.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)