forked from openmrs/openmrs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TRUNK-5982 Adapt to new hamcrest packaging
hamcrest as of 2.x ships what was previously in hamcrest-core and hamcrest-library in a single jar at artifact coordinate org.hamcrest:hamcrest So as of 2.x you only need to depend on the org.hamcrest:hamcrest. Since JUnit 4 depends on hamcrest-core we need to follow these steps http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x hamcrest/JavaHamcrest#224 (comment) to make sure also hamcrest-core is updated. The dependency on hamcrest-core can be removed once JUnit 4 support is dropped.
- Loading branch information
Showing
3 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters