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 2019/06/07 12:03:00 UTC

[jira] [Created] (CAMEL-13626) camel examples - Use camel-bom instead of camel-parent

Claus Ibsen created CAMEL-13626:
-----------------------------------

             Summary: camel examples - Use camel-bom instead of camel-parent
                 Key: CAMEL-13626
                 URL: https://issues.apache.org/jira/browse/CAMEL-13626
             Project: Camel
          Issue Type: Improvement
          Components: examples
            Reporter: Claus Ibsen
             Fix For: 3.0.0


Lets see if we can go from

    <!-- import Camel BOM -->
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.apache.camel</groupId>
                <artifactId>camel-parent</artifactId>
                <version>${project.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

To use camel-bom instead as camel-parent.

Contributions is welcome



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)