summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-03-16 16:32:06 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-03-30 16:26:57 -0400
commitaa5a2c4619aedccc99463034ab3fcf622c3dc8f3 (patch)
tree7f93e35472967011ebcade29f3a0bacb97a88f64
parent8f0280716409db1a8a0dbd8817c9a7157c031880 (diff)
downloadjgit-aa5a2c4619aedccc99463034ab3fcf622c3dc8f3.tar.gz
jgit-aa5a2c4619aedccc99463034ab3fcf622c3dc8f3.zip
[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
-rw-r--r--org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
index f14fe2f6cb..c1b6ae6422 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)"