Return-Path: Delivered-To: apmail-incubator-oodt-commits-archive@minotaur.apache.org Received: (qmail 38903 invoked from network); 1 Aug 2010 05:14:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Aug 2010 05:14:15 -0000 Received: (qmail 8379 invoked by uid 500); 1 Aug 2010 05:14:15 -0000 Delivered-To: apmail-incubator-oodt-commits-archive@incubator.apache.org Received: (qmail 8352 invoked by uid 500); 1 Aug 2010 05:14:14 -0000 Mailing-List: contact oodt-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oodt-dev@incubator.apache.org Delivered-To: mailing list oodt-commits@incubator.apache.org Received: (qmail 8345 invoked by uid 99); 1 Aug 2010 05:14:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 05:14:13 +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; Sun, 01 Aug 2010 05:14:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 354EE23888D2; Sun, 1 Aug 2010 05:12:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r981153 - in /incubator/oodt/trunk: CHANGES.txt pushpull/pom.xml workflow/pom.xml Date: Sun, 01 Aug 2010 05:12:56 -0000 To: oodt-commits@incubator.apache.org From: mattmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100801051256.354EE23888D2@eris.apache.org> Author: mattmann Date: Sun Aug 1 05:12:55 2010 New Revision: 981153 URL: http://svn.apache.org/viewvc?rev=981153&view=rev Log: - fix for OODT-23 remove pushpull's javamail dependency Modified: incubator/oodt/trunk/CHANGES.txt incubator/oodt/trunk/pushpull/pom.xml incubator/oodt/trunk/workflow/pom.xml Modified: incubator/oodt/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/CHANGES.txt?rev=981153&r1=981152&r2=981153&view=diff ============================================================================== --- incubator/oodt/trunk/CHANGES.txt (original) +++ incubator/oodt/trunk/CHANGES.txt Sun Aug 1 05:12:55 2010 @@ -5,6 +5,8 @@ Apache OODT Change Log Release 0.1-incubating - Current Development -------------------------------------------- +* OODT-23 remove pushpull's javamail dependency (mattmann) + * OODT-20 Upgrade oodt-profile's jena dependency to more recent version (kelly) * OODT-19 Metadata should not use a GPL-licensed XML parser (mattmann) Modified: incubator/oodt/trunk/pushpull/pom.xml URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/pom.xml?rev=981153&r1=981152&r2=981153&view=diff ============================================================================== --- incubator/oodt/trunk/pushpull/pom.xml (original) +++ incubator/oodt/trunk/pushpull/pom.xml Sun Aug 1 05:12:55 2010 @@ -112,19 +112,14 @@ 1.2.13 - javax.mail - imap - 1.4.1 + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + 1.8.1 - javax.mail - mail - 1.4.1 - - - javax.activation - activation - 1.0.2 + org.apache.geronimo.specs + geronimo-activation_1.1_spec + 1.1 jvftp Modified: incubator/oodt/trunk/workflow/pom.xml URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/workflow/pom.xml?rev=981153&r1=981152&r2=981153&view=diff ============================================================================== --- incubator/oodt/trunk/workflow/pom.xml (original) +++ incubator/oodt/trunk/workflow/pom.xml Sun Aug 1 05:12:55 2010 @@ -183,14 +183,14 @@ the License. 1.8.0.7 - javax.mail - mail - 1.3.3 + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + 1.8.1 - javax.activation - activation - 1.0.2 + org.apache.geronimo.specs + geronimo-activation_1.1_spec + 1.1 junit