Return-Path: Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: (qmail 747 invoked from network); 1 Jan 2011 20:43:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jan 2011 20:43:47 -0000 Received: (qmail 27469 invoked by uid 500); 1 Jan 2011 20:43:47 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 27432 invoked by uid 500); 1 Jan 2011 20:43:46 -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 27425 invoked by uid 99); 1 Jan 2011 20:43:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jan 2011 20:43:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jan 2011 20:43:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4EF3D23889BF; Sat, 1 Jan 2011 20:43:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054288 - in /struts/struts2/trunk: pom.xml xwork-core/pom.xml Date: Sat, 01 Jan 2011 20:43:25 -0000 To: commits@struts.apache.org From: lukaszlenart@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110101204325.4EF3D23889BF@eris.apache.org> Author: lukaszlenart Date: Sat Jan 1 20:43:24 2011 New Revision: 1054288 URL: http://svn.apache.org/viewvc?rev=1054288&view=rev Log: Cleans poms and dependency management Modified: struts/struts2/trunk/pom.xml struts/struts2/trunk/xwork-core/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1054288&r1=1054287&r2=1054288&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sat Jan 1 20:43:24 2011 @@ -73,7 +73,8 @@ ${project.version} 2.5.6 - 3.0 + 3.0.1 + 3.1 @@ -402,19 +403,31 @@ ognl ${ognl.version} - javassist javassist 3.8.0.GA test - + + asm + asm + ${asm.version} + + + asm + asm-commons + ${asm.version} + junit junit 4.8.2 - test + + + cglib + cglib-nodep + 2.1_3 @@ -447,6 +460,11 @@ + commons-logging + commons-logging + 1.1.1 + + commons-fileupload commons-fileupload 1.2.1 @@ -454,12 +472,12 @@ commons-io commons-io - 1.3.2 + 1.4 commons-lang commons-lang - 2.1 + 2.5 commons-el @@ -472,35 +490,51 @@ org.springframework spring-core ${struts2.springPlatformVersion} - test - org.springframework spring ${struts2.springPlatformVersion} - compile - true - org.springframework spring-webmvc-portlet ${struts2.springPlatformVersion} - test - org.springframework spring-context ${struts2.springPlatformVersion} - + + org.springframework + spring-aop + ${struts2.springPlatformVersion} + + + org.springframework + spring-aspects + ${struts2.springPlatformVersion} + + + org.springframework + spring-beans + ${struts2.springPlatformVersion} + org.springframework spring-test ${struts2.springPlatformVersion} - test + + + org.springframework + spring-context-support + ${struts2.springPlatformVersion} + + + org.springframework + spring-web + ${struts2.springPlatformVersion} @@ -552,7 +586,6 @@ log4j log4j 1.2.9 - test Modified: struts/struts2/trunk/xwork-core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=1054288&r1=1054287&r2=1054288&view=diff ============================================================================== --- struts/struts2/trunk/xwork-core/pom.xml (original) +++ struts/struts2/trunk/xwork-core/pom.xml Sat Jan 1 20:43:24 2011 @@ -21,10 +21,7 @@ - ${pom.version} - 2.5.6 - 3.1 - 3.0 + ${project.version} @@ -260,104 +257,87 @@ commons-logging commons-logging - 1.1.1 true commons-lang commons-lang - 2.4 true commons-io commons-io - 1.4 true ognl ognl - ${ognl.version} asm asm - ${asm.version} true asm asm-commons - ${asm.version} true org.springframework spring-core - ${struts2.springPlatformVersion} true org.springframework spring-aop - ${struts2.springPlatformVersion} true org.springframework spring-aspects - ${struts2.springPlatformVersion} true org.springframework spring-beans - ${struts2.springPlatformVersion} true org.springframework spring-context - ${struts2.springPlatformVersion} true org.springframework spring-context-support - ${struts2.springPlatformVersion} true org.springframework spring-web - ${struts2.springPlatformVersion} true org.springframework spring-test - ${struts2.springPlatformVersion} test cglib cglib-nodep - 2.1_3 true junit junit - compile true org.testng testng - 5.1 true jdk15 @@ -365,20 +345,17 @@ mockobjects mockobjects-core - 0.09 test org.easymock easymock - 2.4 test javassist javassist - 3.8.0.GA test