From: Matthias Sohn Date: Sat, 24 Oct 2015 19:18:01 +0000 (+0200) Subject: Add missing dependency to org.slf4j for org.eclipse.jgit.test bundle X-Git-Tag: v4.2.0.201511101648-m1~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=94e31bc4789894f77094a671c439fef7a51f495a;p=jgit.git Add missing dependency to org.slf4j for org.eclipse.jgit.test bundle This OSGi dependency was missed in 6c424d32. Change-Id: I5bad895896194ad468c260d6c0810132a358f152 Signed-off-by: Matthias Sohn --- diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 80b0316a25..37fd367171 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -51,5 +51,6 @@ Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)", org.junit;version="[4.4.0,5.0.0)", org.junit.experimental.theories;version="[4.4.0,5.0.0)", org.junit.runner;version="[4.4.0,5.0.0)", - org.junit.runners;version="[4.11.0,5.0.0)" + org.junit.runners;version="[4.11.0,5.0.0)", + org.slf4j;version="[1.7.2,2.0.0)" Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)"