Author: davsclaus
Date: Sat Jun 18 11:21:58 2011
New Revision: 1137171
URL: http://svn.apache.org/viewvc?rev=1137171&view=rev
Log:
Fixed camel-spring-security component to exlude spring-expression JAR so it
gets included from camel-spring, to align the spring versions used.
Modified:
camel/trunk/components/camel-spring-security/pom.xml
Modified: camel/trunk/components/camel-spring-security/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-security/pom.xml?rev=1137171&r1=1137170&r2=1137171&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-security/pom.xml (original)
+++ camel/trunk/components/camel-spring-security/pom.xml Sat Jun 18 11:21:58
2011
@@ -37,6 +37,10 @@
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
+
<artifactId>spring-expression</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
</exclusion>
</exclusions>