fix version dependency on test cases
This commit is contained in:
parent
389ad1c180
commit
4fd6f0e4dc
|
@ -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 {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue