Author: plightbo Date: Wed May 3 19:53:03 2006 New Revision: 399521 URL: http://svn.apache.org/viewcvs?rev=399521&view=rev Log: xstream is now required due to the new DebuggingInterceptor/PrettyPrintWriter
Modified: incubator/webwork2/action/pom.xml Modified: incubator/webwork2/action/pom.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/pom.xml?rev=399521&r1=399520&r2=399521&view=diff ============================================================================== --- incubator/webwork2/action/pom.xml (original) +++ incubator/webwork2/action/pom.xml Wed May 3 19:53:03 2006 @@ -183,11 +183,11 @@ <optional>true</optional> </dependency> + <!-- used by PrettyPrintWriter (debugging interceptor) and QuickStart --> <dependency> <groupId>xstream</groupId> <artifactId>xstream</artifactId> <version>1.1.2</version> - <optional>true</optional> </dependency> <!-- Jasper --> @@ -371,6 +371,5 @@ <artifactId>log4j</artifactId> <scope>test</scope> </dependency> - </dependencies> </project>