You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2009/08/18 18:46:16 UTC

svn commit: r805488 - /directory/apacheds/trunk/xbean-spring/pom.xml

Author: kayyagari
Date: Tue Aug 18 16:46:15 2009
New Revision: 805488

URL: http://svn.apache.org/viewvc?rev=805488&view=rev
Log:
commented the dependency on server-xml to remove the circular dependency

Modified:
    directory/apacheds/trunk/xbean-spring/pom.xml

Modified: directory/apacheds/trunk/xbean-spring/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xbean-spring/pom.xml?rev=805488&r1=805487&r2=805488&view=diff
==============================================================================
--- directory/apacheds/trunk/xbean-spring/pom.xml (original)
+++ directory/apacheds/trunk/xbean-spring/pom.xml Tue Aug 18 16:46:15 2009
@@ -212,14 +212,14 @@
             </goals>
             <configuration>
               <artifactItems>
-                <artifactItem>
+                <!-- <artifactItem>
                   <groupId>org.apache.directory.server</groupId>
                   <artifactId>apacheds-server-xml</artifactId>
                   <type>jar</type>
                   <version>${pom.version}</version>
                   <outputDirectory>target/test-classes</outputDirectory>
                   <includes>**/server.xml, **/serverAuthenticatorInAuthenticationInterceptor.xml, **/serverJdbmPartition.xml, **/serverReplicationInterceptor.xml</includes>
-                </artifactItem>
+                </artifactItem>  --> 
                 <artifactItem>
                   <groupId>org.apache.xbean</groupId>
                   <artifactId>xbean-spring</artifactId>