From 93ec88ee2477b951ede02df881621be41f92c8af Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 4 Oct 2022 15:20:21 +1100 Subject: [PATCH] fix up test case dependency --- .../java/org/hl7/fhir/validation/tests/ValidationTests.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/validation/tests/ValidationTests.java b/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/validation/tests/ValidationTests.java index e626dc7bb..711039f79 100644 --- a/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/validation/tests/ValidationTests.java +++ b/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/validation/tests/ValidationTests.java @@ -93,7 +93,7 @@ import com.google.gson.JsonObject; public class ValidationTests implements IEvaluationContext, IValidatorResourceFetcher, IValidationPolicyAdvisor { public final static boolean PRINT_OUTPUT_TO_CONSOLE = true; - private static final boolean BUILD_NEW = true; + private static final boolean BUILD_NEW = false; @Parameters(name = "{index}: id {0}") public static Iterable data() throws IOException { diff --git a/pom.xml b/pom.xml index c5a7d7872..1e323355b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 5.4.0 - 1.1.113 + 1.1.114-SNAPSHOT 5.7.1 1.8.2 3.0.0-M5