[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
This commit is contained in:
Matthias Sohn 2022-03-16 16:32:06 +01:00
parent 8f02807164
commit aa5a2c4619
1 changed files with 1 additions and 1 deletions

View File

@ -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)"