You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/07/27 11:41:36 UTC

svn commit: r979620 - /directory/apacheds/trunk/protocol-changepw/pom.xml

Author: seelmann
Date: Tue Jul 27 09:41:36 2010
New Revision: 979620

URL: http://svn.apache.org/viewvc?rev=979620&view=rev
Log:
Removed duplicate dependency declarations

Modified:
    directory/apacheds/trunk/protocol-changepw/pom.xml

Modified: directory/apacheds/trunk/protocol-changepw/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-changepw/pom.xml?rev=979620&r1=979619&r2=979620&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-changepw/pom.xml (original)
+++ directory/apacheds/trunk/protocol-changepw/pom.xml Tue Jul 27 09:41:36 2010
@@ -49,11 +49,6 @@
     
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>apacheds-i18n</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-kerberos-shared</artifactId>
     </dependency>
     
@@ -73,11 +68,6 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.directory.shared</groupId>
-      <artifactId>shared-ldap</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
     </dependency>