You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pl...@apache.org on 2006/05/04 04:53:05 UTC

svn commit: r399521 - /incubator/webwork2/action/pom.xml

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>