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:43:38 UTC

svn commit: r979623 - /directory/installers/trunk/pom.xml

Author: seelmann
Date: Tue Jul 27 09:43:37 2010
New Revision: 979623

URL: http://svn.apache.org/viewvc?rev=979623&view=rev
Log:
Removed duplicate dependency management declaration

Modified:
    directory/installers/trunk/pom.xml

Modified: directory/installers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=979623&r1=979622&r2=979623&view=diff
==============================================================================
--- directory/installers/trunk/pom.xml (original)
+++ directory/installers/trunk/pom.xml Tue Jul 27 09:43:37 2010
@@ -169,12 +169,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.apache.directory.daemon</groupId>
-        <artifactId>daemon-bootstrappers</artifactId>
-        <version>${daemon.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>org.apache.directory.server</groupId>
         <artifactId>apacheds-http-integration</artifactId>
         <version>${server.version}</version>