From commits-return-26189-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Fri Jun 04 20:58:29 2010 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 50395 invoked from network); 4 Jun 2010 20:58:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 20:58:28 -0000 Received: (qmail 82609 invoked by uid 500); 4 Jun 2010 20:58:28 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 82547 invoked by uid 500); 4 Jun 2010 20:58:28 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 82540 invoked by uid 99); 4 Jun 2010 20:58:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 20:58:28 +0000 X-ASF-Spam-Status: No, hits=-1515.0 required=10.0 tests=ALL_TRUSTED,AWL 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; Fri, 04 Jun 2010 20:58:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0BC9623889E1; Fri, 4 Jun 2010 20:58:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r951565 - in /directory: apacheds/trunk/pom.xml clients/ldap/trunk/pom.xml installers/trunk/pom.xml shared/trunk/dsml-parser/pom.xml shared/trunk/ldap/pom.xml shared/trunk/pom.xml Date: Fri, 04 Jun 2010 20:58:07 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100604205808.0BC9623889E1@eris.apache.org> Author: seelmann Date: Fri Jun 4 20:58:07 2010 New Revision: 951565 URL: http://svn.apache.org/viewvc?rev=951565&view=rev Log: Fixed build on Java5. If a dependency uses findbugs annotations the dependee also needs to know the findbugs annotations at compile time. Modified: directory/apacheds/trunk/pom.xml directory/clients/ldap/trunk/pom.xml directory/installers/trunk/pom.xml directory/shared/trunk/dsml-parser/pom.xml directory/shared/trunk/ldap/pom.xml directory/shared/trunk/pom.xml Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=951565&r1=951564&r2=951565&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Fri Jun 4 20:58:07 2010 @@ -79,6 +79,7 @@ 3.2.3 3.6 2.9.1 + 1.0.0 http://directory.apache.org/apacheds/1.5 @@ -723,10 +724,23 @@ jetty-util ${jetty.version} + + + findbugs + annotations + ${findbugs.annotations.version} + + + + findbugs + annotations + provided + + org.slf4j Modified: directory/clients/ldap/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/clients/ldap/trunk/pom.xml?rev=951565&r1=951564&r2=951565&view=diff ============================================================================== --- directory/clients/ldap/trunk/pom.xml (original) +++ directory/clients/ldap/trunk/pom.xml Fri Jun 4 20:58:07 2010 @@ -51,6 +51,7 @@ 2.0.0-RC1 1.5.11 1.2.16 + 1.0.0 http://directory.apache.org/apacheds/1.5 @@ -144,9 +145,24 @@ log4j ${log4j.version} + + + findbugs + annotations + ${findbugs.annotations.version} + + + + + findbugs + annotations + provided + + + ldap-client-api Modified: directory/installers/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=951565&r1=951564&r2=951565&view=diff ============================================================================== --- directory/installers/trunk/pom.xml (original) +++ directory/installers/trunk/pom.xml Fri Jun 4 20:58:07 2010 @@ -81,6 +81,7 @@ 3.2.3 3.5 2.9.1 + 1.0.0 http://directory.apache.org/apacheds/1.5 @@ -434,6 +435,12 @@ ${wrapper.version} + + findbugs + annotations + ${findbugs.annotations.version} + + @@ -542,6 +549,13 @@ org.apache.xbean xbean-spring + + + + findbugs + annotations + provided + Modified: directory/shared/trunk/dsml-parser/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/dsml-parser/pom.xml?rev=951565&r1=951564&r2=951565&view=diff ============================================================================== --- directory/shared/trunk/dsml-parser/pom.xml (original) +++ directory/shared/trunk/dsml-parser/pom.xml Fri Jun 4 20:58:07 2010 @@ -55,12 +55,6 @@ - findbugs - annotations - provided - - - xml-apis xml-apis Modified: directory/shared/trunk/ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=951565&r1=951564&r2=951565&view=diff ============================================================================== --- directory/shared/trunk/ldap/pom.xml (original) +++ directory/shared/trunk/ldap/pom.xml Fri Jun 4 20:58:07 2010 @@ -60,12 +60,6 @@ commons-collections commons-collections - - - findbugs - annotations - provided - Modified: directory/shared/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=951565&r1=951564&r2=951565&view=diff ============================================================================== --- directory/shared/trunk/pom.xml (original) +++ directory/shared/trunk/pom.xml Fri Jun 4 20:58:07 2010 @@ -278,6 +278,13 @@ + + + findbugs + annotations + provided + + org.slf4j