summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-12-10 23:55:40 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-12-22 23:20:41 +0100
commitff20da9b892cd1be860cd131ac36dc54000a92d3 (patch)
treead4f1e195553845d2f52d96072629105b196f9d8 /org.eclipse.jgit.junit
parent80a2b067f33db4c4ea39000b8763d0e48128dc1b (diff)
downloadjgit-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')
-rw-r--r--org.eclipse.jgit.junit/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
index 072a3ad27a..89d6eea2f9 100644
--- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF
@@ -31,7 +31,7 @@ Import-Package: org.eclipse.jgit.annotations;version="[6.9.0,6.10.0)",
org.junit.runner;version="[4.13,5.0.0)",
org.junit.runners;version="[4.13,5.0.0)",
org.junit.runners.model;version="[4.13,5.0.0)",
- org.slf4j;version="[1.7.0,2.0.0)"
+ org.slf4j;version="[1.7.0,3.0.0)"
Export-Package: org.eclipse.jgit.junit;version="6.9.0";
uses:="org.eclipse.jgit.dircache,
org.eclipse.jgit.lib,