]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Exclude org.apache.commons.logging erronously added
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 16 Jan 2013 08:38:12 +0000 (08:38 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 16 Jan 2013 08:38:12 +0000 (08:38 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6029 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.slc.dep.backend/pom.xml

index d12627bb6d0a678e3911b9c85a1d339b39f36aa7..5aa2665e0f7751a3dadceafd7a862163910581ea 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
                        <version>${version.argeo-commons}</version>
                        <type>pom</type>
+                       <exclusions>
+                               <exclusion>
+                                       <!-- Workaround for bug where catalina start add non slf4j logging to 
+                                               dependencies -->
+                                       <groupId>org.argeo.tp</groupId>
+                                       <artifactId>org.apache.commons.logging</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
        </dependencies>
        <profiles>