You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/11/10 06:32:19 UTC

svn commit: r1033359 - in /directory/apacheds/trunk: all/pom.xml pom.xml

Author: felixk
Date: Wed Nov 10 05:32:19 2010
New Revision: 1033359

URL: http://svn.apache.org/viewvc?rev=1033359&view=rev
Log:
Add server-config to module all

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

Modified: directory/apacheds/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=1033359&r1=1033358&r2=1033359&view=diff
==============================================================================
--- directory/apacheds/trunk/all/pom.xml (original)
+++ directory/apacheds/trunk/all/pom.xml Wed Nov 10 05:32:19 2010
@@ -155,6 +155,11 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-xdbm-tools</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>server-config</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1033359&r1=1033358&r2=1033359&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Wed Nov 10 05:32:19 2010
@@ -438,6 +438,12 @@
         <version>${project.version}</version>
       </dependency>
       
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>server-config</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
       <!-- Shared dependencies -->
     
       <dependency>