Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 50240 invoked from network); 14 Feb 2011 00:12:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Feb 2011 00:12:22 -0000 Received: (qmail 55594 invoked by uid 500); 14 Feb 2011 00:12:22 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 55539 invoked by uid 500); 14 Feb 2011 00:12:22 -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 55532 invoked by uid 99); 14 Feb 2011 00:12:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 00:12:22 +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; Mon, 14 Feb 2011 00:12:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CF1DF238890B; Mon, 14 Feb 2011 00:11:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1070338 - in /directory/shared/branches/m1: ldap-schema/pom.xml pom.xml Date: Mon, 14 Feb 2011 00:11:59 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110214001159.CF1DF238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: akarasulu Date: Mon Feb 14 00:11:59 2011 New Revision: 1070338 URL: http://svn.apache.org/viewvc?rev=1070338&view=rev Log: fixing some dependency issues Modified: directory/shared/branches/m1/ldap-schema/pom.xml directory/shared/branches/m1/pom.xml Modified: directory/shared/branches/m1/ldap-schema/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/m1/ldap-schema/pom.xml?rev=1070338&r1=1070337&r2=1070338&view=diff ============================================================================== --- directory/shared/branches/m1/ldap-schema/pom.xml (original) +++ directory/shared/branches/m1/ldap-schema/pom.xml Mon Feb 14 00:11:59 2011 @@ -58,6 +58,11 @@ + ${project.groupId} + shared-ldap-extras-aci + + + commons-io commons-io ${commons.io.version} Modified: directory/shared/branches/m1/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/m1/pom.xml?rev=1070338&r1=1070337&r2=1070338&view=diff ============================================================================== --- directory/shared/branches/m1/pom.xml (original) +++ directory/shared/branches/m1/pom.xml Mon Feb 14 00:11:59 2011 @@ -382,6 +382,12 @@ ${project.groupId} + shared-ldap-extras-aci + ${project.version} + + + + ${project.groupId} ldap-client-api ${project.version}