summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-11-28 12:07:48 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2021-11-28 12:07:48 +0100
commit3cb02ccfdfa83b53a4360625cf8fd29cfaed6035 (patch)
tree6c3966298ea6d704afa9e76cb537ac8f6a4863d4 /org.eclipse.jgit.junit.http/META-INF
parent8d2650773778f282e0af1bc8bcca220b4f4ce586 (diff)
parent06db8e2ad468a604e6d894e4cacf0af78b217a3a (diff)
downloadjgit-3cb02ccfdfa83b53a4360625cf8fd29cfaed6035.tar.gz
jgit-3cb02ccfdfa83b53a4360625cf8fd29cfaed6035.zip
Merge branch 'stable-6.0'
* stable-6.0: FS: debug logging only if system config file cannot be found FS: debug logging only if system config file cannot be found Update .factorypath used by annotation processor for benchmarks Use maven-compiler-plugin's release tag instead of source and target Don't use deprecated Repository#getAllRefs in Repository Don't use deprecated Repository#getAllRefs in FileRepository RevListTest: fix warning that method parameter hides field 'git' Implement RecordingLogger based on org.slf4j.Logger Let ObjectDatabase implement AutoClosable Change-Id: Ie6b3cfa66b319033d4448dcf20362b753c0e9d7c
Diffstat (limited to 'org.eclipse.jgit.junit.http/META-INF')
-rw-r--r--org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF3
1 files changed, 2 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 0088606b8a..fdb37de0a5 100644
--- a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF
@@ -29,7 +29,8 @@ Import-Package: javax.servlet;version="[2.5.0,5.0.0)",
org.eclipse.jgit.revwalk;version="[6.1.0,6.2.0)",
org.eclipse.jgit.transport;version="[6.1.0,6.2.0)",
org.eclipse.jgit.transport.resolver;version="[6.1.0,6.2.0)",
- org.junit;version="[4.13,5.0.0)"
+ org.junit;version="[4.13,5.0.0)",
+ org.slf4j.helpers;version="[1.7.0,2.0.0)"
Export-Package: org.eclipse.jgit.junit.http;version="6.1.0";
uses:="org.eclipse.jgit.transport,
org.eclipse.jgit.junit,