]> source.dussan.org Git - archiva.git/commitdiff
avoid multipe slf4j binding in test
authorOlivier Lamy <olamy@apache.org>
Mon, 30 Jul 2012 12:32:26 +0000 (12:32 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 30 Jul 2012 12:32:26 +0000 (12:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367067 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/pom.xml

index 0866c5414a586d582ccbfd649876108cccdc1240..cce6e90d19a4938e4dc941e9c5e37d71d69d4522 100644 (file)
       <artifactId>archiva-test-utils</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-simple</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency> 
   </dependencies>
   <build>