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/24 05:09:18 UTC

svn commit: r327936 - /directory/protocol-providers/changepw/trunk/project.xml

Author: erodriguez
Date: Sun Oct 23 20:09:16 2005
New Revision: 327936

URL: http://svn.apache.org/viewcvs?rev=327936&view=rev
Log:
Refactoring classes commonly used by protocol-providers to new protocol-common subproject.

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

Modified: directory/protocol-providers/changepw/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/changepw/trunk/project.xml?rev=327936&r1=327935&r2=327936&view=diff
==============================================================================
--- directory/protocol-providers/changepw/trunk/project.xml (original)
+++ directory/protocol-providers/changepw/trunk/project.xml Sun Oct 23 20:09:16 2005
@@ -93,6 +93,11 @@
       <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <groupId>directory-shared</groupId>
+      <artifactId>protocol-common</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
       <version>0.7.3-SNAPSHOT</version>