You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/06/01 11:46:01 UTC

[jira] Resolved: (CAMEL-567) camel-route archetype missing depends on camel-core

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

Claus Ibsen resolved CAMEL-567.
-------------------------------

    Resolution: Fixed

Completed: At revision: 662188

> camel-route archetype missing depends on camel-core
> ---------------------------------------------------
>
>                 Key: CAMEL-567
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-567
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 1.3.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> When creating a new camel route project using maven archetype there is no dependeny on camel-core. This should be added.
>     <dependency>
>       <groupId>org.apache.camel</groupId>
>       <artifactId>camel-core</artifactId>
>       <version>${camel-version}</version>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.