fix version extension package issue
This commit is contained in:
parent
4bc81c0e0c
commit
f1d81dde81
|
@ -342,7 +342,7 @@ public class ValidationEngine implements IValidatorResourceFetcher {
|
||||||
context = SimpleWorkerContext.fromDefinitions(source, loaderForVersion());
|
context = SimpleWorkerContext.fromDefinitions(source, loaderForVersion());
|
||||||
context.setAllowLoadingDuplicates(true); // because of Forge
|
context.setAllowLoadingDuplicates(true); // because of Forge
|
||||||
context.setExpansionProfile(makeExpProfile());
|
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);
|
context.loadFromPackage(npm, null);
|
||||||
grabNatives(source, "http://hl7.org/fhir");
|
grabNatives(source, "http://hl7.org/fhir");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue