Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A561BC48A for ; Thu, 18 Jul 2013 16:39:53 +0000 (UTC) Received: (qmail 41227 invoked by uid 500); 18 Jul 2013 16:39:51 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 40757 invoked by uid 500); 18 Jul 2013 16:39:50 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 40750 invoked by uid 99); 18 Jul 2013 16:39:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 16:39:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 18 Jul 2013 16:39:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D7B2F2388A02; Thu, 18 Jul 2013 16:39:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1504517 - in /roller/trunk: app/pom.xml pom.xml test-utils/pom.xml Date: Thu, 18 Jul 2013 16:39:26 -0000 To: commits@roller.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130718163926.D7B2F2388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmazza Date: Thu Jul 18 16:39:26 2013 New Revision: 1504517 URL: http://svn.apache.org/r1504517 Log: Deleted dependency exclusions in app/pom.xml that mvn dependency:tree was showing to no longer be needed. Modified: roller/trunk/app/pom.xml roller/trunk/pom.xml roller/trunk/test-utils/pom.xml Modified: roller/trunk/app/pom.xml URL: http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1504517&r1=1504516&r2=1504517&view=diff ============================================================================== --- roller/trunk/app/pom.xml (original) +++ roller/trunk/app/pom.xml Thu Jul 18 16:39:26 2013 @@ -18,7 +18,6 @@ - UTF-8 ${project.build.testOutputDirectory} ${project.build.testOutputDirectory}${file.separator}mediafiles ${project.build.testOutputDirectory}${file.separator}uploadsdir @@ -49,12 +48,6 @@ http://oss.sonatype.org/content/groups/public - - - java.net - http://download.java.net/maven/2/ - - com.atlassian Atlassian Repository @@ -68,17 +61,11 @@ org.apache.roller test-utils ${roller.version} - - - commons-lang - commons-lang - - - - - - @@ -138,6 +93,10 @@ runtime + log4j @@ -152,25 +111,12 @@ - commons-logging - commons-logging - 1.1.1 - - - com.google.inject guice 2.0 - junit - junit - test - 4.11 - - - org.apache.lucene lucene-core compile @@ -181,28 +127,6 @@ org.apache.velocity velocity 1.7 - - - commons-lang - commons-lang - - - - - - org.apache.texen - texen - 1.0 - - - velocity - velocity - - - commons-lang - commons-lang - - @@ -252,8 +176,8 @@ - servlet-api - javax.servlet + servlet-api + javax.servlet 2.5 provided @@ -262,12 +186,6 @@ org.apache.struts struts2-core 2.3.14 - - - asm - asm - - @@ -306,6 +224,8 @@ struts2-tiles-plugin 2.3.14 + commons-logging-api commons-logging @@ -317,12 +237,6 @@ org.apache.tiles tiles-jsp 2.0.6 - - - commons-beanutils - commons-beanutils - - @@ -330,6 +244,8 @@ tiles-api 2.0.6 + commons-logging-api commons-logging @@ -373,22 +289,6 @@ activation javax.activation - - servlet-api - javax.servlet - - - commons-beanutils - commons-beanutils - - - commons-lang - commons-lang - - - commons-codec - commons-codec - @@ -422,12 +322,6 @@ org.springframework.security spring-security-core 2.0.7.RELEASE - - - commons-codec - commons-codec - - @@ -470,12 +364,6 @@ org.springframework.ldap spring-ldap 1.2 - - - commons-lang - commons-lang - - @@ -541,18 +429,6 @@ 1.3.0 - - xerces - xercesImpl - 2.9.1 - - - xml-apis - xml-apis - - - - @@ -603,10 +479,6 @@ org.slf4j slf4j-api - - commons-codec - commons-codec - @@ -618,14 +490,12 @@ derby provided - org.apache.derby derbynet ${derby.version} provided - org.apache.derby derbyclient @@ -637,23 +507,11 @@ commons-validator 1.3.1 jar - - - commons-beanutils - commons-beanutils - - commons-httpclient commons-httpclient 3.1 - - - commons-codec - commons-codec - - commons-beanutils @@ -661,24 +519,14 @@ 1.7.0 - commons-lang - commons-lang - 2.6 - - - asm - asm - 3.3 - - commons-codec commons-codec 1.5 - xml-apis - xml-apis - 1.3.04 + junit + junit + test Modified: roller/trunk/pom.xml URL: http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1504517&r1=1504516&r2=1504517&view=diff ============================================================================== --- roller/trunk/pom.xml (original) +++ roller/trunk/pom.xml Thu Jul 18 16:39:26 2013 @@ -59,8 +59,36 @@ true - - + + + + + + org.apache.derby + derby + ${derby.version} + compile + + + org.apache.derby + derbyclient + ${derby.version} + compile + + + org.apache.derby + derbynet + ${derby.version} + compile + + + junit + junit + 4.11 + + + + Modified: roller/trunk/test-utils/pom.xml URL: http://svn.apache.org/viewvc/roller/trunk/test-utils/pom.xml?rev=1504517&r1=1504516&r2=1504517&view=diff ============================================================================== --- roller/trunk/test-utils/pom.xml (original) +++ roller/trunk/test-utils/pom.xml Thu Jul 18 16:39:26 2013 @@ -27,61 +27,50 @@ - junit - junit - 4.11 - compile - - - commons-lang commons-lang - 2.4 + 2.6 - org.apache.ant - ant - 1.7.1 - compile + commons-logging + commons-logging + 1.1.3 - commons-logging - commons-logging - 1.1.1 - compile + org.apache.ant + ant + 1.9.2 org.apache.derby derbyclient - ${derby.version} - compile org.apache.derby derby - ${derby.version} - compile org.apache.derby derbynet - ${derby.version} - compile org.mortbay.jetty jetty 6.1.10 - compile + + + + junit + junit + test -