Return-Path: Delivered-To: apmail-incubator-cayenne-commits-archive@locus.apache.org Received: (qmail 69836 invoked from network); 30 Jul 2006 20:00:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jul 2006 20:00:35 -0000 Received: (qmail 2464 invoked by uid 500); 30 Jul 2006 20:00:35 -0000 Delivered-To: apmail-incubator-cayenne-commits-archive@incubator.apache.org Received: (qmail 2447 invoked by uid 500); 30 Jul 2006 20:00:34 -0000 Mailing-List: contact cayenne-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cayenne-dev@incubator.apache.org Delivered-To: mailing list cayenne-commits@incubator.apache.org Received: (qmail 2436 invoked by uid 99); 30 Jul 2006 20:00:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 13:00:34 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 13:00:34 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 15A5C1A981A; Sun, 30 Jul 2006 13:00:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r426927 - /incubator/cayenne/main/trunk/pom.xml Date: Sun, 30 Jul 2006 20:00:13 -0000 To: cayenne-commits@incubator.apache.org From: aadamchik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060730200014.15A5C1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: aadamchik Date: Sun Jul 30 13:00:13 2006 New Revision: 426927 URL: http://svn.apache.org/viewvc?rev=426927&view=rev Log: fixing third-level transitive XML dependencies that messed up Eclipse Modified: incubator/cayenne/main/trunk/pom.xml Modified: incubator/cayenne/main/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?rev=426927&r1=426926&r2=426927&view=diff ============================================================================== --- incubator/cayenne/main/trunk/pom.xml (original) +++ incubator/cayenne/main/trunk/pom.xml Sun Jul 30 13:00:13 2006 @@ -183,7 +183,6 @@ - ant ant 1.6.5 @@ -208,6 +207,12 @@ + cglib + cglib-nodep + 2.1_3 + + + commons-collections commons-collections 3.1 @@ -276,7 +281,6 @@ jgoodies looks - 1.3.1 @@ -293,6 +297,12 @@ + org.apache.geronimo.specs + geronimo-jpa_3.0_spec + 1.0-SNAPSHOT + + + log4j log4j 1.2.8 @@ -339,24 +349,28 @@ jivesoftware smack 2.0.0 + test jivesoftware smackx 2.0.0 + test org.springframework spring-core 1.2.6 + test org.springframework spring-beans 1.2.6 + test @@ -376,6 +390,20 @@ junit 3.8.1 test + + + + xml-apis + xml-apis + 2.0.2 + provided + + + + xerces + xerces + 2.0.2 + provided