fix version extension package issue

This commit is contained in:
Grahame Grieve 2020-03-03 07:40:37 +11:00
parent 4bc81c0e0c
commit f1d81dde81
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ public class ValidationEngine implements IValidatorResourceFetcher {
context = SimpleWorkerContext.fromDefinitions(source, loaderForVersion());
context.setAllowLoadingDuplicates(true); // because of Forge
context.setExpansionProfile(makeExpProfile());
NpmPackage npm = pcm.loadPackage("hl7.fhir.xver-extensions", "0.0.1");
NpmPackage npm = pcm.loadPackage("hl7.fhir.xver-extensions", "0.0.2");
context.loadFromPackage(npm, null);
grabNatives(source, "http://hl7.org/fhir");
}