Improve Apache directory server
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.ads / pom.xml
index f5894520c7b54fff3add873253e5f874bb0421e4..bdb675889c37bb0b5833ea1c41c37ad1359b59b0 100644 (file)
                <dependency>
                        <groupId>org.apache.directory</groupId>
                        <artifactId>com.springsource.org.apache.directory.server.jndi</artifactId>
+                       <exclusions>
+                               <!--
+                                       Workaround for a weird issue where the underlying version from
+                                       slf4j get taken instead of the one we want
+                               -->
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>com.springsource.slf4j.api</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <!-- Apache Commons -->
@@ -61,5 +71,9 @@
                        <groupId>org.slf4j</groupId>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.api</artifactId>
+               </dependency>
        </dependencies>
 </project>