diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-10 23:55:40 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 23:20:41 +0100 |
commit | ff20da9b892cd1be860cd131ac36dc54000a92d3 (patch) | |
tree | ad4f1e195553845d2f52d96072629105b196f9d8 /org.eclipse.jgit | |
parent | 80a2b067f33db4c4ea39000b8763d0e48128dc1b (diff) | |
download | jgit-ff20da9b892cd1be860cd131ac36dc54000a92d3.tar.gz jgit-ff20da9b892cd1be860cd131ac36dc54000a92d3.zip |
Enable using slf4j 2.x
Eclipse platform moved to sfl4j 2.x. Hence relax version constraint so
that both 1.7 and 2.x are allowed.
Bug: egit-5
Change-Id: Ie0b00310d8f3f2553457c8668a38978a67b8febe
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index b3fe5a02bd..1feae3e4e9 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -239,6 +239,6 @@ Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)", javax.management, javax.net.ssl, org.apache.commons.codec.digest;version="1.15.0", - org.slf4j;version="[1.7.0,2.0.0)", + org.slf4j;version="[1.7.0,3.0.0)", org.xml.sax, org.xml.sax.helpers |