Return-Path: Delivered-To: apmail-hivemind-commits-archive@www.apache.org Received: (qmail 22829 invoked from network); 19 Feb 2007 21:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 21:44:17 -0000 Received: (qmail 41619 invoked by uid 500); 19 Feb 2007 21:44:25 -0000 Delivered-To: apmail-hivemind-commits-archive@hivemind.apache.org Received: (qmail 41576 invoked by uid 500); 19 Feb 2007 21:44:25 -0000 Mailing-List: contact commits-help@hivemind.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hivemind.apache.org Delivered-To: mailing list commits@hivemind.apache.org Received: (qmail 41521 invoked by uid 99); 19 Feb 2007 21:44:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 13:44:25 -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; Mon, 19 Feb 2007 13:44:16 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id C4B1F1A981A; Mon, 19 Feb 2007 13:43:55 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r509342 - in /hivemind/hivemind2/trunk: annotations/pom.xml examples/pom.xml framework/pom.xml jmx/pom.xml library/pom.xml pom.xml xml/pom.xml Date: Mon, 19 Feb 2007 21:43:55 -0000 To: commits@hivemind.apache.org From: ahuegen@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070219214355.C4B1F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ahuegen Date: Mon Feb 19 13:43:54 2007 New Revision: 509342 URL: http://svn.apache.org/viewvc?view=rev&rev=509342 Log: Checked maven dependencies Moved to Javassist 3.4.ga Modified: hivemind/hivemind2/trunk/annotations/pom.xml hivemind/hivemind2/trunk/examples/pom.xml hivemind/hivemind2/trunk/framework/pom.xml hivemind/hivemind2/trunk/jmx/pom.xml hivemind/hivemind2/trunk/library/pom.xml hivemind/hivemind2/trunk/pom.xml hivemind/hivemind2/trunk/xml/pom.xml Modified: hivemind/hivemind2/trunk/annotations/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/annotations/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/annotations/pom.xml (original) +++ hivemind/hivemind2/trunk/annotations/pom.xml Mon Feb 19 13:43:54 2007 @@ -17,10 +17,10 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 - + log4j log4j @@ -36,7 +36,7 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 test-jar test Modified: hivemind/hivemind2/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/examples/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/examples/pom.xml (original) +++ hivemind/hivemind2/trunk/examples/pom.xml Mon Feb 19 13:43:54 2007 @@ -17,7 +17,7 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 @@ -30,7 +30,7 @@ hivemind-annotations 2.0-alpha-1 - + log4j log4j Modified: hivemind/hivemind2/trunk/framework/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/framework/pom.xml (original) +++ hivemind/hivemind2/trunk/framework/pom.xml Mon Feb 19 13:43:54 2007 @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.hivemind - hivemind + hivemind-framework jar 2.0-alpha-1 @@ -23,39 +23,48 @@ jboss javassist - - oro - oro - - + log4j log4j + javax.servlet servlet-api - compile + + + + + junit + junit + provided easymock easymock - compile + provided easymock easymockclassextension - compile + provided - junit - junit - compile + log4j + log4j + provided - cglib cglib-full + provided + + + oro + oro + provided Modified: hivemind/hivemind2/trunk/jmx/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/jmx/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/jmx/pom.xml (original) +++ hivemind/hivemind2/trunk/jmx/pom.xml Mon Feb 19 13:43:54 2007 @@ -16,12 +16,8 @@ 2004 - log4j - log4j - - org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 @@ -29,6 +25,11 @@ hivemind-xml 2.0-alpha-1 + + log4j + log4j + compile + mx4j @@ -59,7 +60,7 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 test-jar test Modified: hivemind/hivemind2/trunk/library/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/library/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/library/pom.xml (original) +++ hivemind/hivemind2/trunk/library/pom.xml Mon Feb 19 13:43:54 2007 @@ -16,7 +16,7 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 @@ -24,11 +24,12 @@ hivemind-xml 2.0-alpha-1 - + log4j log4j + groovy groovy-all @@ -64,7 +65,7 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 test-jar test Modified: hivemind/hivemind2/trunk/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/pom.xml (original) +++ hivemind/hivemind2/trunk/pom.xml Mon Feb 19 13:43:54 2007 @@ -39,11 +39,30 @@ + commons-logging + commons-logging + 1.0.3 + + + jboss + javassist + 3.4.ga + + + + javax.servlet + servlet-api + 2.3 + provided + + + log4j log4j 1.2.8 - provided + runtime + junit junit @@ -63,47 +82,16 @@ test - xerces - xercesImpl - 2.6.2 - - - cglib - cglib-full - 2.0.1 - test - - - xml-apis - xml-apis - 1.3.02 - test - - - commons-logging - commons-logging - 1.0.3 - - - jboss - javassist - 3.0 - - oro oro 2.0.8 - - - javax.servlet - servlet-api - 2.3 test - org.apache.hivemind - hivemind - 2.0-alpha-1 + cglib + cglib-full + 2.0.1 + test Modified: hivemind/hivemind2/trunk/xml/pom.xml URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/pom.xml?view=diff&rev=509342&r1=509341&r2=509342 ============================================================================== --- hivemind/hivemind2/trunk/xml/pom.xml (original) +++ hivemind/hivemind2/trunk/xml/pom.xml Mon Feb 19 13:43:54 2007 @@ -17,9 +17,14 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 + + oro + oro + compile + log4j @@ -28,11 +33,13 @@ xerces xercesImpl + 2.6.2 provided xml-apis xml-apis + 1.3.02 provided @@ -61,7 +68,7 @@ org.apache.hivemind - hivemind + hivemind-framework 2.0-alpha-1 test-jar test