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 08:57:57 UTC

svn commit: r979559 - /directory/apacheds/trunk/protocol-ldap/pom.xml

Author: seelmann
Date: Tue Jul 27 06:57:57 2010
New Revision: 979559

URL: http://svn.apache.org/viewvc?rev=979559&view=rev
Log:
Added direct dependencies, as stated by mvn dependency:analyze

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

Modified: directory/apacheds/trunk/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=979559&r1=979558&r2=979559&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Tue Jul 27 06:57:57 2010
@@ -54,14 +54,14 @@
 
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>apacheds-kerberos-shared</artifactId>
+      <artifactId>apacheds-protocol-shared</artifactId>
     </dependency>
 
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>apacheds-xdbm-tools</artifactId>
+      <artifactId>apacheds-kerberos-shared</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
@@ -69,6 +69,11 @@
     
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
+      <artifactId>shared-asn1</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-asn1-codec</artifactId>
     </dependency>