diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/2113-fix-lastupdated-date-search.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/2113-fix-lastupdated-date-search.yaml index 691c99e038b..590dfd94683 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/2113-fix-lastupdated-date-search.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/2113-fix-lastupdated-date-search.yaml @@ -2,4 +2,4 @@ type: fix issue: 2113 title: "When performing a `_lastUpdated` search in the JPA server where the parameter value(s) are supplied with date - (not time) precision, a timezone bug could cause some resoutces to not be included. This has been corrected." + (not time) precision, a timezone bug could cause some resources to not be included. This has been corrected." diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/version.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/version.yaml new file mode 100644 index 00000000000..ff7370e0879 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/version.yaml @@ -0,0 +1,3 @@ +--- +release-date: "2020-11-19" +codename: "Numbat" diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml index daee2269139..bbe81404bdd 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml +++ b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml @@ -143,6 +143,18 @@ test + + org.apache.jena + apache-jena-libs + pom + + + com.github.jsonld-java + jsonld-java + + + +