Author: tmjee Date: Sun Apr 9 08:42:49 2006 New Revision: 392759 URL: http://svn.apache.org/viewcvs?rev=392759&view=rev Log: added xstream dependency into ivy's default configuration as this is neede by DebuggingInterceptor. Since DebuggingInterceptor exists in the stack by default, this dependency goes into the "default" ivy configuration
Modified: incubator/webwork2/ivy.xml Modified: incubator/webwork2/ivy.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/ivy.xml?rev=392759&r1=392758&r2=392759&view=diff ============================================================================== --- incubator/webwork2/ivy.xml (original) +++ incubator/webwork2/ivy.xml Sun Apr 9 08:42:49 2006 @@ -71,6 +71,7 @@ <dependency org="apache" name="commons-logging" rev="1.0.4" conf="default->default"/> <dependency org="opensymphony" name="xwork" rev="1.2+" conf="source->source"/> <dependency org="freemarker" name="freemarker" rev="2.3.4" conf="default->default"/> + <dependency org="xstream" name="xstream" rev="1.1.2" conf="default->default" /> <!-- ajax --> <dependency org="dwr" name="dwr" rev="1.1-beta-3" conf="ajax->*"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]