Apply this for the fix :)
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index cd2f201..7409c90 100755
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -99,7 +99,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>spi-annotations</artifactId>
<version>${project.version}</version>
- <optional>true</optional>
</dependency>
<dependency>
On Fri, Aug 16, 2013 at 1:43 PM, Christian Posta
<[email protected]>wrote:
> 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
>
--
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta