OpenMRS Core Master

Build: #2568 was successful

Job: Integration Test was successful

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • teleivo <teleivo@users.noreply.github.com>

    teleivo <teleivo@users.noreply.github.com> d19a6304e9d06b4f3ac7a0c621793280d188495e

    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
    https://github.com/hamcrest/JavaHamcrest/issues/224#issuecomment-449760045

    to make sure also hamcrest-core is updated. The dependency on
    hamcrest-core can be removed once JUnit 4 support is dropped.

    • liquibase/pom.xml (version d19a6304e9d06b4f3ac7a0c621793280d188495e)
    • pom.xml (version d19a6304e9d06b4f3ac7a0c621793280d188495e)
    • test/pom.xml (version d19a6304e9d06b4f3ac7a0c621793280d188495e)