From af46e22c253aaf6151123cc30fb932bbae774c03 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Thu, 1 Aug 2024 22:59:55 -0300 Subject: [PATCH] #1571 - Upgrade dependencies - jsoup 1.17.2 -> 1.18.1 - slight rearrangements following the BOM introduction --- dkpro-core-io-html-asl/pom.xml | 2 +- dkpro-core-parent-common/pom.xml | 19 ------------------- pom.xml | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/dkpro-core-io-html-asl/pom.xml b/dkpro-core-io-html-asl/pom.xml index af1a1528d..3eff2ad10 100644 --- a/dkpro-core-io-html-asl/pom.xml +++ b/dkpro-core-io-html-asl/pom.xml @@ -30,7 +30,7 @@ https://dkpro.github.io/dkpro-core/ - 1.17.2 + 1.18.1 diff --git a/dkpro-core-parent-common/pom.xml b/dkpro-core-parent-common/pom.xml index f5e985cd3..ea7db6c90 100644 --- a/dkpro-core-parent-common/pom.xml +++ b/dkpro-core-parent-common/pom.xml @@ -54,10 +54,6 @@ 3.5.0 3.5.0 ${uimafit.version} - - ${ant-version} - ${groovy.version} - 2.3.17 @@ -752,21 +748,6 @@ - - org.codehaus.mojo - versions-maven-plugin - 2.16.2 - - file:${session.executionRootDirectory}/dkpro-core-build/src/main/resources/dkpro-core/version-rules.xml - - - - org.dkpro.core - dkpro-core-build - ${project.version} - - - diff --git a/pom.xml b/pom.xml index 2774ab6e0..cfb495390 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,12 @@ https://github.com/dkpro/dkpro-core HEAD + + + 1.10.14 + 4.0.22 + 2.3.17 + dkpro-core-parent-common @@ -106,6 +112,21 @@ ${arguments} -Dmaven.surefire.heap=${maven.surefire.heap} -Pdkpro-release + + org.codehaus.mojo + versions-maven-plugin + 2.16.2 + + file:${session.executionRootDirectory}/dkpro-core-build/src/main/resources/dkpro-core/version-rules.xml + + + + org.dkpro.core + dkpro-core-build + ${project.version} + + +