diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 23:33:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-02 17:05:18 +0200 |
commit | 84461e808663d0830360a8cfbbcc4a80c96ab3ed (patch) | |
tree | 5a1625333f0e15cae49bfda69aebac875a1bad6c /org.eclipse.jgit.http.test | |
parent | 18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc (diff) | |
download | jgit-84461e808663d0830360a8cfbbcc4a80c96ab3ed.tar.gz jgit-84461e808663d0830360a8cfbbcc4a80c96ab3ed.zip |
Update slf4j to 1.7.36 and consume it directly from Maven Central
BundleSymbolicNames changed to the names used upstream:
- slf4j.api
- slf4j.simple
Change-Id: Ibcaafae282d3a6fa013bc39d879def1b66073bca
Diffstat (limited to 'org.eclipse.jgit.http.test')
-rw-r--r-- | org.eclipse.jgit.http.test/build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/build.properties b/org.eclipse.jgit.http.test/build.properties index a12a660466..0dc5baea36 100644 --- a/org.eclipse.jgit.http.test/build.properties +++ b/org.eclipse.jgit.http.test/build.properties @@ -4,4 +4,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties -additional.bundles = org.slf4j.binding.simple +additional.bundles = slf4j.simple |