Author: scottbw
Date: Thu Mar 11 23:12:23 2010
New Revision: 922059
URL: http://svn.apache.org/viewvc?rev=922059&view=rev
Log:
Excluded juel-api module from Ivy dependencies - this is requested by Shindig
but conflicts with Tomcat's EL API
Modified:
incubator/wookie/trunk/ivy.xml
Modified: incubator/wookie/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=922059&r1=922058&r2=922059&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Thu Mar 11 23:12:23 2010
@@ -84,6 +84,7 @@
<dependency org="mysql" name="mysql-connector-java" rev="5.1.6"
conf="deploy->default">
</dependency>
+ <exclude module="juel-api"/>
<exclude module="spring"/>
<exclude module="struts"/>
<exclude module="webwork"/>