This commit is contained in:
Grahame Grieve 2021-03-22 10:17:48 +11:00
parent f43769c6e5
commit 1ed13f2a2e
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ public abstract class BasePackageCacheManager implements IPackageCacheManager {
return null;
}
// hack - we have a hacked 1.4.0 out there. Only packages2.fhir.org has it.
// this is not a long term thing
private boolean okToUsePackageServer(String server, String id) {
if ("http://packages.fhir.org".equals(server) && "hl7.fhir.r2b.core".equals(id)) {
return false;