mirror of
https://github.com/apache/archiva.git
synced 2025-03-08 17:59:48 +00:00
use slf4j-simple for all testing
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@629694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa82cc07a1
commit
f43b1cfd46
12
pom.xml
12
pom.xml
@ -157,6 +157,12 @@
|
||||
<version>1.2_Java1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.4.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
@ -309,12 +315,6 @@
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.4.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.4.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user