diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-10-28 11:29:35 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-10-28 12:24:35 +0100 |
commit | 679977c931500b7c8240021f84267f9e213fc800 (patch) | |
tree | 6030241e637d85953f43c4f6575045d04c2bfe92 /org.eclipse.jgit.test/build.properties | |
parent | f0a4baec4d00ead66cda97c98f7ffd4847d4bac5 (diff) | |
download | jgit-679977c931500b7c8240021f84267f9e213fc800.tar.gz jgit-679977c931500b7c8240021f84267f9e213fc800.zip |
Update slf4j to 1.7.30
Bug: 566475
Change-Id: Ia3e5b72d53ead435e4677e46c73a3ff45a606b41
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/build.properties')
-rw-r--r-- | org.eclipse.jgit.test/build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/build.properties b/org.eclipse.jgit.test/build.properties index 7dc26c0b0d..b527a74790 100644 --- a/org.eclipse.jgit.test/build.properties +++ b/org.eclipse.jgit.test/build.properties @@ -8,4 +8,4 @@ bin.includes = META-INF/,\ bin-tst/,\ bin/ additional.bundles = org.apache.log4j,\ - org.slf4j.impl.log4j12 + org.slf4j.binding.log4j12 |