mirror of https://github.com/apache/archiva.git
Setting slf4j version
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df9ebafaf9
commit
5f263af251
5
pom.xml
5
pom.xml
|
@ -173,6 +173,11 @@
|
|||
<artifactId>plexus-utils</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-repository-metadata</artifactId>
|
||||
|
|
Loading…
Reference in New Issue