back out hl7 version bump (#3955)

* back out hl7 version bump

* bump fhir core to 55

Co-authored-by: Ken Stevens <ken@smilecdr.com>
This commit is contained in:
Ken Stevens 2022-08-25 14:10:10 -04:00 committed by GitHub
parent caf370da31
commit d9f7c7dc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ public class SearchParamExtractorR4 extends BaseSearchParamExtractor implements
private final Map<String, Base> myResourceTypeToStub = Collections.synchronizedMap(new HashMap<>());
@Override
public Base resolveConstant(Object appContext, String name, boolean beforeContext) throws PathEngineException {
public List<Base> resolveConstant(Object appContext, String name, boolean beforeContext) throws PathEngineException {
return null;
}

View File

@ -767,7 +767,7 @@
<properties>
<fhir_core_version>5.6.55-SNAPSHOT</fhir_core_version>
<fhir_core_version>5.6.55</fhir_core_version>
<ucum_version>1.0.3</ucum_version>
<surefire_jvm_args>-Dfile.encoding=UTF-8 -Xmx2048m</surefire_jvm_args>