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 /org.eclipse.jgit/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 'org.eclipse.jgit/pom.xml')
-rw-r--r-- | org.eclipse.jgit/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 36a579ec22..6ca299ed5b 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -83,6 +83,11 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> </dependencies> <build> |