Merge pull request #291 from hapifhir/gg-work-5018

fix version dependency on test cases
This commit is contained in:
Grahame Grieve 2020-08-04 06:00:11 +10:00 committed by GitHub
commit b9688be988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ public class ValidationService {
}
public static void convertSources(CliContext cliContext, ValidationEngine validator) throws Exception {
validator.convert(cliContext.getSources().get(0), cliContext.getOutput());
System.out.println(" ...convert");
validator.convert(cliContext.getSources().get(0), cliContext.getOutput());
}
public static void evaluateFhirpath(CliContext cliContext, ValidationEngine validator) throws Exception {

View File

@ -17,7 +17,7 @@
<properties>
<hapi_fhir_version>5.0.0</hapi_fhir_version>
<validator_test_case_version>1.1.27</validator_test_case_version>
<validator_test_case_version>1.1.28</validator_test_case_version>
<junit_jupiter_version>5.6.2</junit_jupiter_version>
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
<jacoco_version>0.8.5</jacoco_version>