diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-09 21:54:58 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-17 01:06:17 +0100 |
commit | c18694e0d1c122a2f95537fd9254fb075d2e0bc2 (patch) | |
tree | 2da7e6a8382e68ae88a334d28f61d79a15536852 /pom.xml | |
parent | af4bde1ed257c9f0311fc31e14c2f3087ea8e928 (diff) | |
download | jgit-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |