Author: davsclaus
Date: Thu Dec 22 05:22:36 2011
New Revision: 1222041

URL: http://svn.apache.org/viewvc?rev=1222041&view=rev
Log:
CAMEL-4811: Fixed exclusion on javassist JAR as we use the SMX bundle instead

Modified:
    camel/trunk/components/camel-ognl/pom.xml

Modified: camel/trunk/components/camel-ognl/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-ognl/pom.xml?rev=1222041&r1=1222040&r2=1222041&view=diff
==============================================================================
--- camel/trunk/components/camel-ognl/pom.xml (original)
+++ camel/trunk/components/camel-ognl/pom.xml Thu Dec 22 05:22:36 2011
@@ -45,7 +45,7 @@
       <artifactId>org.apache.servicemix.bundles.ognl</artifactId>
       <exclusions>
          <exclusion>
-            <groupId>jboss</groupId>
+            <groupId>javassist</groupId>
             <artifactId>javassist</artifactId>
          </exclusion>
       </exclusions>


Reply via email to