Просмотр исходного кода

remove individual apacheds dependencies in favour of server jar. disable ldap tests for now

Luke Taylor 20 лет назад
Родитель
Сommit
1cf626c23c
1 измененных файлов с 8 добавлено и 16 удалено
  1. 8 16
      project.xml

+ 8 - 16
project.xml

@@ -204,7 +204,7 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
+      <version>3.0</version>
       <type>jar</type>
       <url>http://jakarta.apache.org/commons</url>
       <properties>
@@ -351,25 +351,14 @@
         <war.bundle>false</war.bundle>
       </properties>
     </dependency>
-    <!-- Apache DS related dependencies for LDAP test server -->
-    <dependency>
-      <groupId>directory</groupId>
-      <artifactId>apacheds-core</artifactId>
-      <version>0.9.4-SNAPSHOT</version>
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>directory</groupId>
-      <artifactId>apacheds-server</artifactId>
-      <version>0.9.4-SNAPSHOT</version>
-      <type>jar</type>
-    </dependency>
+
+    <!-- Apache DS dependencies for embedded LDAP test server -->    
     <dependency>
       <groupId>directory</groupId>
-      <artifactId>apacheds-shared</artifactId>
+      <artifactId>apacheds-server-main</artifactId>
       <version>0.9.4-SNAPSHOT</version>
       <type>jar</type>
-    </dependency>
+    </dependency>    
 
     <dependency>
       <groupId>jmock</groupId>
@@ -400,6 +389,9 @@
       <includes>
         <include>**/*Tests.java</include>
       </includes>
+      <excludes>
+        <exclude>**/ldap/**</exclude>
+      </excludes>
       <resources>
         <resource>
           <directory>${basedir}/src/test/resources</directory>