You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/03/09 10:55:17 UTC

svn commit: r920761 - /incubator/wookie/trunk/ivy.xml

Author: scottbw
Date: Tue Mar  9 09:55:17 2010
New Revision: 920761

URL: http://svn.apache.org/viewvc?rev=920761&view=rev
Log:
Fix for WOOKIE-124 - Jetty was failing due to a classloader issue caused by the Jetty packages being loaded using different Ivy configurations. I've fixed this by making all Jetty dependencies fit in the "dev" configuration.

Modified:
    incubator/wookie/trunk/ivy.xml

Modified: incubator/wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=920761&r1=920760&r2=920761&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Tue Mar  9 09:55:17 2010
@@ -66,7 +66,7 @@
         </dependency>
         <dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.3" conf="dev->default">
         </dependency>
-        <dependency org="org.apache.derby" name="derby" rev="10.4.2.0" conf="deploy->default">
+        <dependency org="org.apache.derby" name="derby" rev="10.4.2.0" conf="dev->default">
 		</dependency>
 		
 		<!-- Libraries used in testing -->