From aa5a2c4619aedccc99463034ab3fcf622c3dc8f3 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 16 Mar 2022 16:32:06 +0100 Subject: [PATCH] [pgm tests] Relax version constraints for hamcrest We updated hamcrest to 2.2. but there is no need to prevent that older versions of hamcrest can be used. Hence relax the lower bound to 1.1 like in other bundles. Change-Id: I3f2f270d2aabc7d742a585d2fc7f0bce283e2a64 --- org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF index f14fe2f6c..c1b6ae642 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -27,7 +27,7 @@ Import-Package: org.eclipse.jgit.api;version="[6.2.0,6.3.0)", org.eclipse.jgit.treewalk;version="[6.2.0,6.3.0)", org.eclipse.jgit.util;version="[6.2.0,6.3.0)", org.eclipse.jgit.util.io;version="[6.2.0,6.3.0)", - org.hamcrest.core;bundle-version="[2.2.0,3.0.0)", + org.hamcrest.core;bundle-version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)", org.junit.rules;version="[4.13,5.0.0)", org.kohsuke.args4j;version="[2.33.0,3.0.0)"