You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/10/28 05:38:43 UTC

svn commit: r329064 - /directory/shared/kerberos/trunk/common/project.xml

Author: erodriguez
Date: Thu Oct 27 20:38:41 2005
New Revision: 329064

URL: http://svn.apache.org/viewcvs?rev=329064&view=rev
Log:
Added dependency on core to kerberos-common for configuration support in the catalog.

Modified:
    directory/shared/kerberos/trunk/common/project.xml

Modified: directory/shared/kerberos/trunk/common/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/kerberos/trunk/common/project.xml?rev=329064&r1=329063&r2=329064&view=diff
==============================================================================
--- directory/shared/kerberos/trunk/common/project.xml (original)
+++ directory/shared/kerberos/trunk/common/project.xml Thu Oct 27 20:38:41 2005
@@ -11,6 +11,12 @@
   <description>Common Kerberos 5 classes.</description>
   <dependencies>
     <dependency>
+      <!-- required to load Configuration and LDIFs -->
+      <groupId>directory</groupId>
+      <artifactId>apacheds-core</artifactId>
+      <version>0.9.3-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>directory-asn1</groupId>
       <artifactId>asn1-der</artifactId>
       <version>0.3.3-SNAPSHOT</version>