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

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

     [ https://issues.apache.org/jira/browse/CAMEL-11770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned CAMEL-11770:
----------------------------------------

    Assignee: Andrea Cosentino

> 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
>            Assignee: Andrea Cosentino
>             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)