Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 42A00CF2D for ; Wed, 10 Dec 2014 13:29:07 +0000 (UTC) Received: (qmail 6600 invoked by uid 500); 10 Dec 2014 13:29:07 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 6557 invoked by uid 500); 10 Dec 2014 13:29:07 -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 6547 invoked by uid 99); 10 Dec 2014 13:29:07 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2014 13:29:07 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6DEEEAC0946; Wed, 10 Dec 2014 13:29:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1644396 - in /directory/shared/trunk: asn1/ber/pom.xml dsml/parser/pom.xml ldap/extras/codec-api/pom.xml ldap/model/pom.xml pom.xml util/pom.xml Date: Wed, 10 Dec 2014 13:29:01 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141210132902.6DEEEAC0946@hades.apache.org> Author: elecharny Date: Wed Dec 10 13:29:01 2014 New Revision: 1644396 URL: http://svn.apache.org/r1644396 Log: Removed the dependencies declared in the root pom, moved them where they are useful Modified: directory/shared/trunk/asn1/ber/pom.xml directory/shared/trunk/dsml/parser/pom.xml directory/shared/trunk/ldap/extras/codec-api/pom.xml directory/shared/trunk/ldap/model/pom.xml directory/shared/trunk/pom.xml directory/shared/trunk/util/pom.xml Modified: directory/shared/trunk/asn1/ber/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/asn1/ber/pom.xml?rev=1644396&r1=1644395&r2=1644396&view=diff ============================================================================== --- directory/shared/trunk/asn1/ber/pom.xml (original) +++ directory/shared/trunk/asn1/ber/pom.xml Wed Dec 10 13:29:01 2014 @@ -52,6 +52,17 @@ ${project.groupId} api-util + + + org.slf4j + slf4j-api + + + + 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=1644396&r1=1644395&r2=1644396&view=diff ============================================================================== --- directory/shared/trunk/dsml/parser/pom.xml (original) +++ directory/shared/trunk/dsml/parser/pom.xml Wed Dec 10 13:29:01 2014 @@ -66,6 +66,12 @@ xpp3 xpp3 + + + findbugs + annotations + provided + Modified: directory/shared/trunk/ldap/extras/codec-api/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras/codec-api/pom.xml?rev=1644396&r1=1644395&r2=1644396&view=diff ============================================================================== --- directory/shared/trunk/ldap/extras/codec-api/pom.xml (original) +++ directory/shared/trunk/ldap/extras/codec-api/pom.xml Wed Dec 10 13:29:01 2014 @@ -44,6 +44,12 @@ ${project.groupId} api-ldap-model + + + findbugs + annotations + provided + Modified: directory/shared/trunk/ldap/model/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/pom.xml?rev=1644396&r1=1644395&r2=1644396&view=diff ============================================================================== --- directory/shared/trunk/ldap/model/pom.xml (original) +++ directory/shared/trunk/ldap/model/pom.xml Wed Dec 10 13:29:01 2014 @@ -76,6 +76,12 @@ 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=1644396&r1=1644395&r2=1644396&view=diff ============================================================================== --- directory/shared/trunk/pom.xml (original) +++ directory/shared/trunk/pom.xml Wed Dec 10 13:29:01 2014 @@ -707,33 +707,7 @@ - - - - findbugs - annotations - provided - - - - - org.slf4j - slf4j-api - - - - - org.slf4j - slf4j-log4j12 - test - - - - junit - junit - test - - + scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk Modified: directory/shared/trunk/util/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/util/pom.xml?rev=1644396&r1=1644395&r2=1644396&view=diff ============================================================================== --- directory/shared/trunk/util/pom.xml (original) +++ directory/shared/trunk/util/pom.xml Wed Dec 10 13:29:01 2014 @@ -42,6 +42,17 @@ ${project.groupId} api-i18n + + + org.slf4j + slf4j-api + + + + org.slf4j + slf4j-log4j12 + test +