camel-spring is dependent on spring-aop
---------------------------------------
Key: CAMEL-552
URL: https://issues.apache.org/activemq/browse/CAMEL-552
Project: Apache Camel
Issue Type: Bug
Components: camel-spring
Affects Versions: 1.3.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 1.4.0
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${spring-version}</version>
</dependency>
is needed in pom.xml for camel-spring as its needed to let camel-spring
component work out-of-the-box. Without it the camel-example-spring does not
work and blows up with a ClassNotFoundException when you use camel:run
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.