summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-02-09 21:54:58 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2015-02-17 01:06:17 +0100
commitc18694e0d1c122a2f95537fd9254fb075d2e0bc2 (patch)
tree2da7e6a8382e68ae88a334d28f61d79a15536852 /pom.xml
parentaf4bde1ed257c9f0311fc31e14c2f3087ea8e928 (diff)
downloadjgit-c18694e0d1c122a2f95537fd9254fb075d2e0bc2.tar.gz
jgit-c18694e0d1c122a2f95537fd9254fb075d2e0bc2.zip
Use slf4j to log instead of printing to System.err
CQ: 9206 Bug: 458445 Change-Id: Ic68fb7dbe0fb46bf30f157db45bf18d8f3a704c0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d222dc2ba4..128d793777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,7 @@
<jetty-version>7.6.14.v20131031</jetty-version>
<clirr-version>2.6.1</clirr-version>
<httpclient-version>4.1.3</httpclient-version>
+ <slf4j-version>1.7.2</slf4j-version>
<maven-javadoc-plugin-version>2.9.1</maven-javadoc-plugin-version>
<!-- Properties to enable jacoco code coverage analysis -->
@@ -543,6 +544,11 @@
<artifactId>httpclient</artifactId>
<version>${httpclient-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j-version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>