Hi gnodet,
I just found current camel-blueprint is using aries-blueprint
1.0.0-incubating-SNAPSHOT.
<dependency>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>aries-blueprint</artifactId>
<version>1.0.0-incubating-SNAPSHOT</version>
</dependency>
And Camel 2.3.0 should not have the SNAPSHOT dependency.
Do you know when the aries-blueprint 1.0.0 will be released ?
Willem
gno...@apache.org wrote:
Author: gnodet
Date: Thu May 6 06:04:26 2010
New Revision: 941583
URL: http://svn.apache.org/viewvc?rev=941583&view=rev
Log:
Include blueprint in the build now that it is in a usable state
Modified:
camel/trunk/components/pom.xml
Modified: camel/trunk/components/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=941583&r1=941582&r2=941583&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Thu May 6 06:04:26 2010
@@ -36,8 +36,7 @@
<module>camel-bam</module>
<module>camel-bean-validator</module>
<module>camel-bindy</module>
- <!-- component still under active development
- <module>camel-blueprint</module> -->
+ <module>camel-blueprint</module>
<module>camel-cometd</module>
<module>camel-cache</module>
<module>camel-castor</module>