diff --git a/pom.xml b/pom.xml index ce8678749..eef846698 100644 --- a/pom.xml +++ b/pom.xml @@ -5,16 +5,15 @@ org.opencds.cqf tooling-parent - 3.2.0-SNAPSHOT + 3.2.0 pom UTF-8 UTF-8 - 3.6.0 - 6.10.2 - 6.1.2.2 + 3.8.0 + 7.0.0 2.1.5.RELEASE 2.0.5 @@ -113,6 +112,14 @@ pom import + + ca.uhn.hapi.fhir + hapi-fhir-bom + ${hapi.version} + pom + import + + info.cqframework engine @@ -198,13 +205,11 @@ jakarta.xml.bind jakarta.xml.bind-api - 4.0.1 jakarta.activation jakarta.activation-api - 2.1.2 @@ -229,11 +234,6 @@ FastInfoset 1.2.18 - - com.fasterxml.jackson.core - jackson-core - 2.15.2 - org.slf4j diff --git a/tooling-cli/pom.xml b/tooling-cli/pom.xml index be8a8666d..89fb2e32e 100644 --- a/tooling-cli/pom.xml +++ b/tooling-cli/pom.xml @@ -6,11 +6,11 @@ org.opencds.cqf tooling-parent - 3.2.0-SNAPSHOT + 3.2.0 tooling-cli - 3.2.0-SNAPSHOT + 3.2.0 jar CQF Tooling CLI @@ -19,7 +19,7 @@ org.opencds.cqf tooling - 3.2.0-SNAPSHOT + 3.2.0 diff --git a/tooling-ui/pom.xml b/tooling-ui/pom.xml index 98d50b5e0..aa032787f 100644 --- a/tooling-ui/pom.xml +++ b/tooling-ui/pom.xml @@ -6,11 +6,11 @@ org.opencds.cqf tooling-parent - 3.2.0-SNAPSHOT + 3.2.0 tooling-ui - 3.2.0-SNAPSHOT + 3.2.0 jar CQF Tooling UI @@ -19,7 +19,7 @@ org.opencds.cqf tooling - 3.2.0-SNAPSHOT + 3.2.0 org.openjfx diff --git a/tooling/pom.xml b/tooling/pom.xml index 7943113d1..ef3de280c 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -6,11 +6,11 @@ org.opencds.cqf tooling-parent - 3.2.0-SNAPSHOT + 3.2.0 tooling - 3.2.0-SNAPSHOT + 3.2.0 jar @@ -75,27 +75,6 @@ 1.5.0 - - - ca.uhn.hapi.fhir - org.hl7.fhir.dstu3 - ${core.version} - - - ca.uhn.hapi.fhir - org.hl7.fhir.r4 - ${core.version} - - - ca.uhn.hapi.fhir - org.hl7.fhir.r5 - ${core.version} - - - ca.uhn.hapi.fhir - org.hl7.fhir.convertors - ${core.version} - xpp3 @@ -103,65 +82,47 @@ 1.1.4c runtime - - ca.uhn.hapi.fhir - org.hl7.fhir.validation - ${core.version} - - - xpp3 - xpp3 - - - - - ca.uhn.hapi.fhir - org.hl7.fhir.utilities - ${core.version} - ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - ${hapi.version} ca.uhn.hapi.fhir hapi-fhir-structures-r4 - ${hapi.version} + + + ca.uhn.hapi.fhir + hapi-fhir-validation-resources-r4 ca.uhn.hapi.fhir hapi-fhir-structures-r5 - ${hapi.version} ca.uhn.hapi.fhir hapi-fhir-base - ${hapi.version} ca.uhn.hapi.fhir hapi-fhir-validation - ${hapi.version} + ca.uhn.hapi.fhir - hapi-fhir-validation-resources-r4 - ${hapi.version} + hapi-fhir-converter ca.uhn.hapi.fhir - hapi-fhir-converter + hapi-fhir-caching-caffeine ${hapi.version} ca.uhn.hapi.fhir hapi-fhir-client - ${hapi.version} @@ -209,27 +170,11 @@ thymeleaf 3.0.14.RELEASE - - com.fasterxml.jackson.core - jackson-databind - 2.13.4.2 - - - com.github.ben-manes.caffeine - caffeine - 2.9.1 - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - 2.14.2 - compile - - jakarta.xml.bind jakarta.xml.bind-api + 4.0.1 @@ -252,6 +197,13 @@ org.eclipse.persistence.moxy + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + 2.16.1 + + org.slf4j slf4j-api diff --git a/tooling/src/test/java/org/opencds/cqf/tooling/operation/BundleToTransactionOperationTest.java b/tooling/src/test/java/org/opencds/cqf/tooling/operation/BundleToTransactionOperationTest.java index 30a923aed..e351ee18e 100644 --- a/tooling/src/test/java/org/opencds/cqf/tooling/operation/BundleToTransactionOperationTest.java +++ b/tooling/src/test/java/org/opencds/cqf/tooling/operation/BundleToTransactionOperationTest.java @@ -1,14 +1,11 @@ package org.opencds.cqf.tooling.operation; -import junit.framework.TestCase; import org.testng.Assert; import org.testng.annotations.Test; import java.io.File; -import java.util.HashSet; -import java.util.Set; -public class BundleToTransactionOperationTest extends TestCase { +public class BundleToTransactionOperationTest { private final BundleToTransactionOperation bundleToTransactionOperation = new BundleToTransactionOperation(); private final String PATH_ARGUMENT = "-p="; private final String OUTPUT_PATH_ARGUMENT = "-op=";