Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 21334 invoked from network); 4 May 2006 02:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 02:53:30 -0000 Received: (qmail 18799 invoked by uid 500); 4 May 2006 02:53:26 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 18740 invoked by uid 500); 4 May 2006 02:53:26 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 18731 invoked by uid 99); 4 May 2006 02:53:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 19:53:26 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 May 2006 19:53:25 -0700 Received: (qmail 21134 invoked by uid 65534); 4 May 2006 02:53:05 -0000 Message-ID: <20060504025305.21126.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399521 - /incubator/webwork2/action/pom.xml Date: Thu, 04 May 2006 02:53:05 -0000 To: commits@struts.apache.org From: plightbo@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@ true + xstream xstream 1.1.2 - true @@ -371,6 +371,5 @@ log4j test -