From 7dc0f7cc10bb9059937f4d0e1cd6602de193e54a Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Mon, 9 Jan 2023 20:16:16 +0100 Subject: [PATCH 1/2] #3706 - Update dependencies (26.6) - groovy 3.0.14 -> 4.0.7 --- inception/inception-io-lif/pom.xml | 21 ++++++++++++++++++--- inception/pom.xml | 12 ++++++++++-- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/inception/inception-io-lif/pom.xml b/inception/inception-io-lif/pom.xml index 6115277ec79..376f6ced473 100644 --- a/inception/inception-io-lif/pom.xml +++ b/inception/inception-io-lif/pom.xml @@ -33,7 +33,6 @@ de.tudarmstadt.ukp.inception.app inception-model - org.springframework spring-context @@ -42,7 +41,6 @@ org.springframework.boot spring-boot-autoconfigure - org.apache.uima uimaj-core @@ -51,10 +49,27 @@ org.apache.uima uimafit-core - org.dkpro.core dkpro-core-io-lif-asl + + + org.codehaus.groovy + groovy + + + org.codehaus.groovy + groovy-xml + + + + + org.apache.groovy + groovy + + + org.apache.groovy + groovy-xml \ No newline at end of file diff --git a/inception/pom.xml b/inception/pom.xml index 8dee43641cd..be390c2971f 100644 --- a/inception/pom.xml +++ b/inception/pom.xml @@ -86,7 +86,7 @@ 2.18.0 3.5.0.Final - 3.0.14 + 4.0.7 9.0.70 4.0.1 @@ -1699,7 +1699,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-bom ${groovy.version} pom @@ -2615,6 +2615,14 @@ org.codehaus.gmaven groovy-maven-plugin 2.1.1 + + + org.apache.groovy + groovy-all + ${groovy.version} + pom + + com.github.eirslett From ad2b57408360cc2ca48c6e9e4eaee796914f16fb Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Mon, 9 Jan 2023 21:12:44 +0100 Subject: [PATCH 2/2] #3706 - Update dependencies (26.6) - DKPro Parent POM 27 -> 28 --- inception/inception-io-lif/pom.xml | 17 +++++++++++++++++ pom.xml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/inception/inception-io-lif/pom.xml b/inception/inception-io-lif/pom.xml index 376f6ced473..1b07f662d25 100644 --- a/inception/inception-io-lif/pom.xml +++ b/inception/inception-io-lif/pom.xml @@ -72,4 +72,21 @@ groovy-xml + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + org.apache.groovy:groovy + org.apache.groovy:groovy-xml + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 731fa1be6bb..d4162f03aa4 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.dkpro dkpro-parent-pom - 27 + 28 de.tudarmstadt.ukp.inception.app