From e896519a2cfbfb6a17cfe97e55a3248bca8b9963 Mon Sep 17 00:00:00 2001 From: edwincruz Date: Tue, 2 May 2023 00:41:20 -0400 Subject: [PATCH 1/3] Upgraded maven libs to latest versions and added spring boot 2.3.0 as parent to drive versions provided by spring boot. --- pom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index d81f3ac..51fc912 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,11 @@ org.ohdsi SkeletonCohortCharacterization 2.0.0-SNAPSHOT + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + ${basedir}/java/main/java ${basedir}/target/classes @@ -25,7 +30,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + 3.11.0 1.8 1.8 @@ -35,7 +40,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.1.1 + 3.5.0 copy-installed @@ -87,7 +92,7 @@ ohdsi repo.ohdsi.org - https://repo.ohdsi.org/nexus/content/groups/public + https://repo.ohdsi.org/nexus/content/groups/public/ @@ -113,7 +118,7 @@ org.json json - 20170516 + 20230227 org.ohdsi @@ -138,37 +143,34 @@ org.springframework.boot spring-boot-starter-jdbc - 1.5.20.RELEASE test junit junit - 4.12 test org.hamcrest hamcrest - 2.1 test org.dbunit dbunit - 2.7.0 + 2.7.3 test com.github.mjeanroy dbunit-plus - 2.0.1 + 2.2.1 test com.opentable.components otj-pg-embedded - 0.13.3 + 0.13.4 test From 010891c4fbb299888f2676e4f93b2032a1d5b06d Mon Sep 17 00:00:00 2001 From: edwincruz Date: Mon, 8 May 2023 09:59:21 -0400 Subject: [PATCH 2/3] Converted parent to bom for dependency managemeent. --- pom.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 51fc912..800b8a5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,23 @@ org.ohdsi SkeletonCohortCharacterization - 2.0.0-SNAPSHOT - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - + 2.1.0-SNAPSHOT + + 1.8 + 1.8 + 2.3.0.RELEASE + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.dependencies.version} + pom + import + + + ${basedir}/java/main/java ${basedir}/target/classes From ab5e2b524a37e0fdf2b6dc0c8d339e4adf266862 Mon Sep 17 00:00:00 2001 From: edwincruz Date: Mon, 8 May 2023 10:11:13 -0400 Subject: [PATCH 3/3] Converted parent to bom for dependency management. --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 800b8a5..40efa63 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,11 @@ SkeletonCohortCharacterization 2.1.0-SNAPSHOT + UTF-8 1.8 1.8 2.3.0.RELEASE + 1.16.3 @@ -94,11 +96,6 @@ https://github.com/OHDSI/SkeletonCohortCharacterization HEAD - - UTF-8 - 1.16.3 - - ohdsi