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 C9C801618 for ; Tue, 19 Apr 2011 13:13:06 +0000 (UTC) Received: (qmail 59727 invoked by uid 500); 19 Apr 2011 12:46:26 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 59696 invoked by uid 500); 19 Apr 2011 12:46:26 -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 59687 invoked by uid 99); 19 Apr 2011 12:46:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 12:46:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 19 Apr 2011 12:46:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 947E52388A32; Tue, 19 Apr 2011 12:46:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1095068 - in /directory: apacheds/trunk/core-integ/pom.xml apacheds/trunk/core-jndi/pom.xml apacheds/trunk/core/pom.xml shared/trunk/ldap/client/api/pom.xml Date: Tue, 19 Apr 2011 12:46:05 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110419124605.947E52388A32@eris.apache.org> Author: elecharny Date: Tue Apr 19 12:46:05 2011 New Revision: 1095068 URL: http://svn.apache.org/viewvc?rev=1095068&view=rev Log: o Made the extras-codec bundle provided in pom.xml Modified: directory/apacheds/trunk/core-integ/pom.xml directory/apacheds/trunk/core-jndi/pom.xml directory/apacheds/trunk/core/pom.xml directory/shared/trunk/ldap/client/api/pom.xml Modified: directory/apacheds/trunk/core-integ/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/pom.xml?rev=1095068&r1=1095067&r2=1095068&view=diff ============================================================================== --- directory/apacheds/trunk/core-integ/pom.xml (original) +++ directory/apacheds/trunk/core-integ/pom.xml Tue Apr 19 12:46:05 2011 @@ -92,10 +92,17 @@ org.apache.directory.shared shared-ldap-client-api + provided org.apache.directory.shared + shared-ldap-extras-codec + provided + + + + org.apache.directory.shared shared-asn1-api Modified: directory/apacheds/trunk/core-jndi/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-jndi/pom.xml?rev=1095068&r1=1095067&r2=1095068&view=diff ============================================================================== --- directory/apacheds/trunk/core-jndi/pom.xml (original) +++ directory/apacheds/trunk/core-jndi/pom.xml Tue Apr 19 12:46:05 2011 @@ -87,6 +87,12 @@ org.apache.directory.shared shared-util + + + org.apache.directory.shared + shared-ldap-extras-codec + provided + Modified: directory/apacheds/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=1095068&r1=1095067&r2=1095068&view=diff ============================================================================== --- directory/apacheds/trunk/core/pom.xml (original) +++ directory/apacheds/trunk/core/pom.xml Tue Apr 19 12:46:05 2011 @@ -131,6 +131,12 @@ net.sf.ehcache ehcache-core + + + org.apache.directory.shared + shared-ldap-extras-codec + provided + Modified: directory/shared/trunk/ldap/client/api/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client/api/pom.xml?rev=1095068&r1=1095067&r2=1095068&view=diff ============================================================================== --- directory/shared/trunk/ldap/client/api/pom.xml (original) +++ directory/shared/trunk/ldap/client/api/pom.xml Tue Apr 19 12:46:05 2011 @@ -65,11 +65,6 @@ - ${project.groupId} - shared-ldap-extras-codec - - - commons-pool commons-pool ${commons.pool.version}