Return-Path: X-Original-To: apmail-oodt-commits-archive@www.apache.org Delivered-To: apmail-oodt-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 C55B359B for ; Tue, 3 May 2011 20:54:34 +0000 (UTC) Received: (qmail 76096 invoked by uid 500); 3 May 2011 20:54:34 -0000 Delivered-To: apmail-oodt-commits-archive@oodt.apache.org Received: (qmail 76076 invoked by uid 500); 3 May 2011 20:54:34 -0000 Mailing-List: contact commits-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list commits@oodt.apache.org Received: (qmail 76069 invoked by uid 99); 3 May 2011 20:54:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 20:54:34 +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; Tue, 03 May 2011 20:54:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BDCB22388901; Tue, 3 May 2011 20:54:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1099239 - /oodt/trunk/webapp/components/pom.xml Date: Tue, 03 May 2011 20:54:11 -0000 To: commits@oodt.apache.org From: mattmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110503205411.BDCB22388901@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattmann Date: Tue May 3 20:54:11 2011 New Revision: 1099239 URL: http://svn.apache.org/viewvc?rev=1099239&view=rev Log: - OODT-155: Rewrite File Manager Browser webapp using Apache Wicket: refactor and add some generic methods and a generic FMBrowserApp class that sub-classes can inherit Modified: oodt/trunk/webapp/components/pom.xml Modified: oodt/trunk/webapp/components/pom.xml URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/components/pom.xml?rev=1099239&r1=1099238&r2=1099239&view=diff ============================================================================== --- oodt/trunk/webapp/components/pom.xml (original) +++ oodt/trunk/webapp/components/pom.xml Tue May 3 20:54:11 2011 @@ -46,6 +46,12 @@ the License. 1.2.14 + javax.servlet + servlet-api + 2.4 + provided + + junit junit 4.8.1