File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_2_0
hapi-fhir-jpaserver-uhnfhirtest Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22type : fix
33issue : 2113
44title : " 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."
Original file line number Diff line number Diff line change 1+ ---
2+ release-date : " 2020-11-19"
3+ codename : " Numbat"
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments