]> source.dussan.org Git - jgit.git/commitdiff
Add missing dependency to org.slf4j for org.eclipse.jgit.test bundle 84/58884/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 24 Oct 2015 19:18:01 +0000 (21:18 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 24 Oct 2015 19:18:01 +0000 (21:18 +0200)
This OSGi dependency was missed in 6c424d32.

Change-Id: I5bad895896194ad468c260d6c0810132a358f152
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/META-INF/MANIFEST.MF

index 80b0316a25713f80bbdbd130a6fd5511475c818a..37fd36717142a4ad0b429e50e62317c2d7147322 100644 (file)
@@ -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)"