From 0dfc1af7962720f79e3e67432f613a42ade834d5 Mon Sep 17 00:00:00 2001 From: ArnaudFonzam Date: Thu, 18 Jul 2024 15:31:37 +0100 Subject: [PATCH] update pom.xml --- pom.xml | 565 +++++++++++++++++++------------------------------------- 1 file changed, 192 insertions(+), 373 deletions(-) diff --git a/pom.xml b/pom.xml index a6f4cac29..f5ac35bd5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,50 +10,208 @@ www.informaticisenzafrontiere.org + + org.springframework.boot + spring-boot-starter-parent + 3.2.7 + + + org.isf OH-core jar - 1.12.1-SNAPSHOT + 1.14.2-SNAPSHOT - 1.12.1-SNAPSHOT - 11 + 1.14.2-SNAPSHOT + 17 UTF-8 - 5.3.27 - 2.7.12 - 6.20.5 - 3.1.7 - 4.2 + 6.21.3 + 4.5 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-log4j2 + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.cloud + spring-cloud-starter-openfeign + 4.0.6 + + + org.apache.poi + poi-ooxml + 5.2.5 + + + io.github.openfeign + feign-gson + 13.1 + + + org.apache.commons + commons-configuration2 + 2.11.0 + + + commons-logging + commons-logging + + + + + com.drewnoakes + metadata-extractor + 2.19.0 + + + com.googlecode.gstreamer-java + gstreamer-java + 1.6 + + + com.github.librepdf + openpdf + 1.3.43 + + + net.sf.jasperreports + jasperreports + ${jasperreports.version} + + + commons-logging + commons-logging + + + + + net.sf.jasperreports + jasperreports-fonts + ${jasperreports.version} + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + + + com.h2database + h2 + 2.2.224 + + + org.mariadb.jdbc + mariadb-java-client + + + com.mysql + mysql-connector-j + + + com.fazecast + jSerialComm + 2.10.4 + + + com.github.oshi + oshi-core + 5.8.1 + + + org.dcm4che + dcm4che-imageio-opencv + 5.32.0 + + + org.igniterealtime.smack + smack + 3.4.1 + + + org.igniterealtime.smack + smackx + 3.4.1 + + + org.imgscalr + imgscalr-lib + 4.2 + + + org.apache.logging.log4j + log4j-core + 2.23.1 + + + org.apache.logging.log4j + log4j-api + 2.23.1 + + + org.springframework.boot + spring-boot-starter-test + test + + + junit + junit + test + + + maven-compiler-plugin - 3.11.0 - - ${java.version} - + 3.13.0 - maven-surefire-plugin - 3.1.2 - - - org.junit.vintage - junit-vintage-engine - 5.9.3 - - - org.junit.jupiter - junit-jupiter-engine - 5.9.3 - - - - true - ${project.build.directory}/test-reports - + maven-surefire-plugin + 3.3.1 + + true + ${project.build.directory}/test-reports + org.apache.maven.plugins @@ -110,7 +268,6 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 @@ -150,10 +307,6 @@ doc/**/*.txt lib/** sql/** - repo/** - rpt_base/** - rpt_extra/** - rpt_stat/** rsc/** rsc-test/** src/test/resources/** @@ -171,7 +324,8 @@ 2006 Open Hospital www.open-hospital.org - Open Hospital is a free and open source software for healthcare data management. + Open Hospital is a free and open source software for healthcare data management. + @@ -184,342 +338,7 @@ - - - com.drewnoakes - metadata-extractor - 2.18.0 - - - com.googlecode.gstreamer-java - gstreamer-java - 1.6 - - - commons-configuration - commons-configuration - 1.10 - - - org.apache.httpcomponents - httpclient - 4.5.14 - - - org.apache.httpcomponents - httpcore - 4.4.16 - - - net.sf.jasperreports - jasperreports - ${jasperreports.version} - - - net.sf.jasperreports - jasperreports-fonts - ${jasperreports.version} - - - org.apache.commons - commons-lang3 - 3.12.0 - - - com.github.librepdf - openpdf - 1.3.30 - - - junit - junit - 4.13.2 - test - - - com.h2database - h2 - 2.1.214 - test - - - com.mysql - mysql-connector-j - 8.0.33 - - - org.rxtx - rxtx - 2.1.7 - - - javax.xml.bind - jaxb-api - 2.3.1 - - - com.sun.xml.bind - jaxb-core - 4.0.2 - - - com.sun.xml.bind - jaxb-impl - 4.0.2 - - - javax.activation - activation - 1.1.1 - - - org.dcm4che - dcm4che-core - 5.30.0 - - - org.dcm4che - dcm4che-image - 5.30.0 - - - org.dcm4che - dcm4che-imageio - 5.30.0 - - - org.dcm4che - dcm4che-imageio-opencv - 5.30.0 - - - org.apache.poi - poi - 5.2.3 - - - org.apache.poi - poi-ooxml - 5.2.3 - - - org.slf4j - slf4j-api - 2.0.7 - - - org.slf4j - slf4j-reload4j - 2.0.7 - - - org.igniterealtime.smack - smack - 3.4.1 - - - org.igniterealtime.smack - smackx - 3.4.1 - - - org.hibernate - hibernate-agroal - 5.6.15.Final - - - org.hibernate - hibernate-entitymanager - 5.6.15.Final - - - org.hibernate - hibernate-c3p0 - 5.6.15.Final - - - javax.validation - validation-api - 2.0.1.Final - - - org.imgscalr - imgscalr-lib - 4.2 - - - org.springframework - spring-orm - ${spring.framework.version} - - - org.springframework - spring-beans - ${spring.framework.version} - - - org.springframework - spring-context - ${spring.framework.version} - - - org.springframework - spring-core - ${spring.framework.version} - - - org.springframework - spring-test - ${spring.framework.version} - test - - - org.springframework - spring-tx - ${spring.framework.version} - - - org.springframework.data - spring-data-jpa - 2.7.12 - - - org.springframework.boot - spring-boot-test - ${spring.boot.version} - test - - - org.springframework.boot - spring-boot-starter-data-jpa - ${spring.boot.version} - test - - - org.hibernate - hibernate-core - - - - - org.aspectj - aspectjweaver - 1.9.19 - - - org.springframework.boot - spring-boot-starter-test - ${spring.boot.version} - test - - - org.assertj - assertj-core - - - ch.qos.logback - logback-classic - - - org.slf4j - slf4j-parent - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - org.slf4j - log4j-over-slf4j - - - org.springframework.cloud - spring-cloud-starter-netflix-ribbon - - - org.slf4j - slf4j-api - - - - - org.springframework - spring-aspects - ${spring.framework.version} - - - org.assertj - assertj-core - 3.24.2 - test - - - org.springframework - spring-webmvc - ${spring.framework.version} - - - org.springframework.cloud - spring-cloud-starter-openfeign - ${spring.cloud.starter.openfeign.version} - - - ch.qos.logback - logback-classic - - - org.slf4j - slf4j-parent - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - org.slf4j - log4j-over-slf4j - - - org.springframework.cloud - spring-cloud-starter-netflix-ribbon - - - org.slf4j - slf4j-api - - - - - io.github.openfeign - feign-gson - 12.3 - - - javax.annotation - javax.annotation-api - 1.3.2 - - - com.fasterxml.jackson.core - jackson-annotations - 2.15.2 - - - com.fasterxml.jackson.module - jackson-modules-java8 - 2.15.2 - pom - runtime - - + @@ -539,4 +358,4 @@ - \ No newline at end of file +