mirror of https://github.com/apache/archiva.git
avoid multipe slf4j binding in test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92875ac037
commit
6fa6750970
|
@ -881,6 +881,12 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue