Skip to content

Commit 0336e59

Browse files
committed
Add changelog
1 parent 4d441ad commit 0336e59

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0/2113-fix-lastupdated-date-search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
type: fix
33
issue: 2113
44
title: "When performing a `_lastUpdated` search in the JPA server where the parameter value(s) are supplied with date
5-
(not time) precision, a timezone bug could cause some resoutces to not be included. This has been corrected."
5+
(not time) precision, a timezone bug could cause some resources to not be included. This has been corrected."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
release-date: "2020-11-19"
3+
codename: "Numbat"

hapi-fhir-jpaserver-uhnfhirtest/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,18 @@
143143
<scope>test</scope>
144144
</dependency>
145145

146+
<dependency>
147+
<groupId>org.apache.jena</groupId>
148+
<artifactId>apache-jena-libs</artifactId>
149+
<type>pom</type>
150+
<exclusions>
151+
<exclusion>
152+
<groupId>com.github.jsonld-java</groupId>
153+
<artifactId>jsonld-java</artifactId>
154+
</exclusion>
155+
</exclusions>
156+
</dependency>
157+
146158
<!--
147159
<dependency>
148160
<groupId>commons-dbcp</groupId>

0 commit comments

Comments
 (0)