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:28:05 UTC

svn commit: r327942 - /directory/protocol-providers/kerberos/trunk/project.xml

Author: erodriguez
Date: Sun Oct 23 20:28:02 2005
New Revision: 327942

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

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

Modified: directory/protocol-providers/kerberos/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/kerberos/trunk/project.xml?rev=327942&r1=327941&r2=327942&view=diff
==============================================================================
--- directory/protocol-providers/kerberos/trunk/project.xml (original)
+++ directory/protocol-providers/kerberos/trunk/project.xml Sun Oct 23 20:28:02 2005
@@ -75,7 +75,6 @@
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     </license>
   </licenses>
-
   <dependencies>
     <dependency>
       <artifactId>maven-site-plugin</artifactId>
@@ -93,6 +92,11 @@
       <groupId>directory-shared</groupId>
       <artifactId>kerberos-common</artifactId>
       <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>