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.junit.http | |
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.junit.http')
-rw-r--r-- | org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF index a55dfb510f..e810b7add9 100644 --- a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF @@ -30,7 +30,7 @@ Import-Package: javax.servlet;version="[2.5.0,5.0.0)", org.eclipse.jgit.transport;version="[6.9.0,6.10.0)", org.eclipse.jgit.transport.resolver;version="[6.9.0,6.10.0)", org.junit;version="[4.13,5.0.0)", - org.slf4j.helpers;version="[1.7.0,2.0.0)" + org.slf4j.helpers;version="[1.7.0,3.0.0)" Export-Package: org.eclipse.jgit.junit.http;version="6.9.0"; uses:="org.eclipse.jgit.transport, org.eclipse.jgit.junit, |