Skip to content

Commit

Permalink
Use Hamcrest 2.2 in JUnitClasspathContainerEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 27, 2023
1 parent f7b6029 commit 8af075e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public interface JUnitClasspathContainerEntry extends ClasspathContainerEntry {
static final JUnitBundle JUNIT4_PLUGIN = JUnitBundle.of("org.junit", "[4.13.0,5.0.0)",
"org.apache.servicemix.bundles", "org.apache.servicemix.bundles.junit");

static final JUnitBundle HAMCREST_CORE_PLUGIN = JUnitBundle.of("org.hamcrest.core", "[1.1.0,2.0.0)",
"org.apache.servicemix.bundles", "org.apache.servicemix.bundles.hamcrest");
static final JUnitBundle HAMCREST_CORE_PLUGIN = JUnitBundle.of("org.hamcrest", "[2.0.0,3.0.0)", "org.hamcrest",
"hamcrest");

static final JUnitBundle JUNIT_JUPITER_API_PLUGIN = JUnitBundle.of("junit-jupiter-api", "[5.0.0,6.0.0)",
"org.junit.jupiter", "junit-jupiter-api");
Expand Down

0 comments on commit 8af075e

Please sign in to comment.