You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/11/16 06:51:01 UTC

svn commit: r595564 - in /directory/installers/branches/bigbang/apacheds-noarch: log4j.properties pom.xml

Author: akarasulu
Date: Thu Nov 15 21:50:50 2007
New Revision: 595564

URL: http://svn.apache.org/viewvc?rev=595564&view=rev
Log:
fixing missing dependency that resulted from changes in the bigbang

Modified:
    directory/installers/branches/bigbang/apacheds-noarch/log4j.properties
    directory/installers/branches/bigbang/apacheds-noarch/pom.xml

Modified: directory/installers/branches/bigbang/apacheds-noarch/log4j.properties
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds-noarch/log4j.properties?rev=595564&r1=595563&r2=595564&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds-noarch/log4j.properties (original)
+++ directory/installers/branches/bigbang/apacheds-noarch/log4j.properties Thu Nov 15 21:50:50 2007
@@ -37,3 +37,7 @@
 log4j.logger.org.apache.directory.shared.codec=WARN
 log4j.logger.org.apache.directory.shared.asn1=WARN
 
+# Remove me when the unbind problem has gone away:
+# https://issues.apache.org/jira/browse/DIRSERVER-1047
+log4j.logger.org.apache.directory.server.ldap.support.UnbindHandler=OFF
+

Modified: directory/installers/branches/bigbang/apacheds-noarch/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds-noarch/pom.xml?rev=595564&r1=595563&r2=595564&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds-noarch/pom.xml (original)
+++ directory/installers/branches/bigbang/apacheds-noarch/pom.xml Thu Nov 15 21:50:50 2007
@@ -40,6 +40,26 @@
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-protocol-ntp</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-protocol-kerberos</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-protocol-changepw</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-protocol-dns</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-xml</artifactId>
     </dependency>