You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/09/01 19:03:36 UTC

svn commit: r571823 - /directory/installers/trunk/apacheds/pom.xml

Author: akarasulu
Date: Sat Sep  1 10:03:35 2007
New Revision: 571823

URL: http://svn.apache.org/viewvc?rev=571823&view=rev
Log:
fixing missing dependency causing installers to fail

Modified:
    directory/installers/trunk/apacheds/pom.xml

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=571823&r1=571822&r2=571823&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Sat Sep  1 10:03:35 2007
@@ -33,6 +33,12 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.directory.installers</groupId>
+      <artifactId>apacheds-noarch-installer</artifactId>
+      <version>${pom.version}</version>
+    </dependency>  
+
+    <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>mitosis</artifactId>
     </dependency>