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.