diff --git a/pom.xml b/pom.xml index 0f3b98c..87934a6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,155 +1,155 @@ - + - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.7.12 - - com.gointerop - tx-fhir-ocl - 1.0.0-SNAPSHOT - jar - tx-fhir-ocl - Terminology Service OCL Facade - - - 11 - 1.2.11 - 1.7.25 - 6.8.0 - - - - - org.springframework.boot - spring-boot-starter-web - - - - - ca.uhn.hapi.fhir - hapi-fhir-base - ${hapifhir_version} - - - - ca.uhn.hapi.fhir - hapi-fhir-server - ${hapifhir_version} - - - - ca.uhn.hapi.fhir - hapi-fhir-validation - ${hapifhir_version} - - - - - ca.uhn.hapi.fhir - hapi-fhir-structures-r4 - ${hapifhir_version} - - - - - ca.uhn.hapi.fhir - hapi-fhir-structures-r5 - ${hapifhir_version} - - - - - ca.uhn.hapi.fhir - hapi-fhir-validation-resources-r4 - ${hapifhir_version} - - - - org.projectlombok - lombok - 1.18.30 - provided - - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.15.2 - - - com.fasterxml.jackson.core - jackson-core - 2.15.2 - - - com.fasterxml.jackson.core - jackson-annotations - 2.15.2 - - - - org.springframework.boot - spring-boot-starter-data-redis - - - - org.springframework.boot - spring-boot-starter-cache - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - false - - - - - org.jacoco - jacoco-maven-plugin - 0.8.6 - - true - - - - - prepare-agent - - - - report - test - - report - - - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.7.12 + + com.gointerop + tx-fhir-ocl + 1.0.0-SNAPSHOT + jar + tx-fhir-ocl + Terminology Service OCL Facade + + + 11 + 1.2.11 + 1.7.25 + 6.8.0 + + + + + org.springframework.boot + spring-boot-starter-web + + + + + ca.uhn.hapi.fhir + hapi-fhir-base + ${hapifhir_version} + + + + ca.uhn.hapi.fhir + hapi-fhir-server + ${hapifhir_version} + + + + ca.uhn.hapi.fhir + hapi-fhir-validation + ${hapifhir_version} + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-r4 + ${hapifhir_version} + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-r5 + ${hapifhir_version} + + + + + ca.uhn.hapi.fhir + hapi-fhir-validation-resources-r4 + ${hapifhir_version} + + + + org.projectlombok + lombok + 1.18.30 + provided + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + + com.fasterxml.jackson.core + jackson-databind + 2.15.2 + + + com.fasterxml.jackson.core + jackson-core + 2.20.1 + + + com.fasterxml.jackson.core + jackson-annotations + 2.15.2 + + + + org.springframework.boot + spring-boot-starter-data-redis + + + + org.springframework.boot + spring-boot-starter-cache + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + false + + + + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + true + + + + + prepare-agent + + + + report + test + + report + + + + + + + \ No newline at end of file