So in camel-core, the spi-annotations dependency is marked "optional" in the pom.
<!-- required dependencies by camel-core -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>spi-annotations</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
But is it optional? Seems to be used in some of the core components, so
should be there, right?
--
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta
