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 2005/10/28 02:40:57 UTC

svn commit: r329001 - /directory/protocol-providers/ntp/trunk/project.xml

Author: akarasulu
Date: Thu Oct 27 17:40:55 2005
New Revision: 329001

URL: http://svn.apache.org/viewcvs?rev=329001&view=rev
Log:
changes ...

 o upgraded to stable mina snapshot 0.8.0-SNAPSHOT
 o changed dep on apacheds-main to apacheds-core which has configuration 
   beans needed: if we leave dep on apacheds-main we cannot integrate ntp
   p-p into main because of dep cycle


Modified:
    directory/protocol-providers/ntp/trunk/project.xml

Modified: directory/protocol-providers/ntp/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/ntp/trunk/project.xml?rev=329001&r1=329000&r2=329001&view=diff
==============================================================================
--- directory/protocol-providers/ntp/trunk/project.xml (original)
+++ directory/protocol-providers/ntp/trunk/project.xml Thu Oct 27 17:40:55 2005
@@ -85,7 +85,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.7.3-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -96,7 +96,7 @@
     <dependency>
       <!-- required to load Configuration and LDIFs -->
       <groupId>directory</groupId>
-      <artifactId>apacheds-main</artifactId>
+      <artifactId>apacheds-core</artifactId>
       <version>0.9.3-SNAPSHOT</version>
     </dependency>
     <dependency>