From 17d1b455e61bac38de4f22bcad6be848785f4ad7 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Wed, 22 Feb 2023 10:45:23 +0100 Subject: xfix groovy plugin issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit migrate to java17 compatible plugin Issue-ID: SDNC-1783 Signed-off-by: Michael Dürre Change-Id: I2ce84b7a261cf2f436693311714750fa060392ce Signed-off-by: Michael Dürre Former-commit-id: 16e5965477c56cbdcaa15fb54b17251c49f55c19 --- installation/dmaap-listener/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'installation/dmaap-listener') diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 8189cb1d..f09e1565 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -43,9 +43,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate -- cgit 1.2.3-korg