Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
5e79d3ca
Commit
5e79d3ca
authored
Nov 11, 2010
by
Tigran Mkrtchyan
☕
Browse files
build: add log4j-over-slf4j to reroute log4j messages
parent
0d7ba665
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
5e79d3ca
...
...
@@ -225,6 +225,11 @@
<artifactId>
slf4j-api
</artifactId>
<version>
1.6.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
log4j-over-slf4j
</artifactId>
<version>
1.6.0
</version>
</dependency>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
...
...
@@ -298,4 +303,4 @@
<url>
http://www.dcache.org/nexus/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment