Return-Path: Delivered-To: apmail-portals-pluto-scm-archive@www.apache.org Received: (qmail 64577 invoked from network); 10 Mar 2007 16:22:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2007 16:22:10 -0000 Received: (qmail 96250 invoked by uid 500); 10 Mar 2007 16:22:18 -0000 Delivered-To: apmail-portals-pluto-scm-archive@portals.apache.org Received: (qmail 96226 invoked by uid 500); 10 Mar 2007 16:22:18 -0000 Mailing-List: contact pluto-scm-help@portals.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list pluto-scm@portals.apache.org Received: (qmail 96215 invoked by uid 99); 10 Mar 2007 16:22:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 08:22:18 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2007 08:22:09 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 3FFF21A9838; Sat, 10 Mar 2007 08:21:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r516742 - in /portals/pluto/branches/pluto-1.1.x: pluto-util/pom.xml pluto-util/src/test/java/org/apache/pluto/util/assemble/war/WarAssemblerTest.java pom.xml Date: Sat, 10 Mar 2007 16:21:49 -0000 To: pluto-scm@portals.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070310162149.3FFF21A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Sat Mar 10 08:21:48 2007 New Revision: 516742 URL: http://svn.apache.org/viewvc?view=rev&rev=516742 Log: Add missing dependency to junit, remove dependency to httpclient. Remove unused versions from main pom. Modified: portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml portals/pluto/branches/pluto-1.1.x/pluto-util/src/test/java/org/apache/pluto/util/assemble/war/WarAssemblerTest.java portals/pluto/branches/pluto-1.1.x/pom.xml Modified: portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml?view=diff&rev=516742&r1=516741&r2=516742 ============================================================================== --- portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml (original) +++ portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml Sat Mar 10 08:21:48 2007 @@ -31,12 +31,7 @@ commons-cli commons-cli ${commons-cli.version} - - - commons-httpclient - commons-httpclient - ${commons-httpclient.version} - + commons-digester commons-digester @@ -51,6 +46,12 @@ commons-io commons-io ${commons-io.version} + + + junit + junit + ${junit.version} + test xmlunit Modified: portals/pluto/branches/pluto-1.1.x/pluto-util/src/test/java/org/apache/pluto/util/assemble/war/WarAssemblerTest.java URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-util/src/test/java/org/apache/pluto/util/assemble/war/WarAssemblerTest.java?view=diff&rev=516742&r1=516741&r2=516742 ============================================================================== --- portals/pluto/branches/pluto-1.1.x/pluto-util/src/test/java/org/apache/pluto/util/assemble/war/WarAssemblerTest.java (original) +++ portals/pluto/branches/pluto-1.1.x/pluto-util/src/test/java/org/apache/pluto/util/assemble/war/WarAssemblerTest.java Sat Mar 10 08:21:48 2007 @@ -29,6 +29,7 @@ * @version $Revision$ */ public class WarAssemblerTest extends TestCase { + private File portletFile; protected void setUp() throws Exception { Modified: portals/pluto/branches/pluto-1.1.x/pom.xml URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pom.xml?view=diff&rev=516742&r1=516741&r2=516742 ============================================================================== --- portals/pluto/branches/pluto-1.1.x/pom.xml (original) +++ portals/pluto/branches/pluto-1.1.x/pom.xml Sat Mar 10 08:21:48 2007 @@ -235,12 +235,9 @@ 1.8 3.2 1.0 - 3.0.1 - 1.7.0 1.1 1.2.14 2.0.2 - 1.0.4 2.0.5 1.6.5 3.8.2