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/28 15:54:52 UTC

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

Author: seelmann
Date: Wed Jul 28 13:54:51 2010
New Revision: 980057

URL: http://svn.apache.org/viewvc?rev=980057&view=rev
Log:
Added apacheds-core-constants dependency. It's incorrectly reported as 'unused declared' by dependency:analyze, but it is used.

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=980057&r1=980056&r2=980057&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Wed Jul 28 13:54:51 2010
@@ -41,7 +41,14 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-core</artifactId>
     </dependency>
-    
+ 
+    <!-- dependency:analyze reports this as 'unused declared', however it is used. 
+         This is a know issue, see http://jira.codehaus.org/browse/MDEP-124  -->
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>apacheds-core-constants</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-core-api</artifactId>