aboutsummaryrefslogtreecommitdiffstats
path: root/installation/admportal/pom.xml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2023-02-22 10:45:23 +0100
committerDan Timoney <dtimoney@att.com>2023-02-24 19:50:32 +0000
commit17d1b455e61bac38de4f22bcad6be848785f4ad7 (patch)
tree013ceb3d6fa8c0d1ea07f2073e6f8279651c111e /installation/admportal/pom.xml
parent89b1b1c33a8718c2430ab4c4b07cb785b836490c (diff)
xfix groovy plugin issue
migrate to java17 compatible plugin Issue-ID: SDNC-1783 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I2ce84b7a261cf2f436693311714750fa060392ce Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Former-commit-id: 16e5965477c56cbdcaa15fb54b17251c49f55c19
Diffstat (limited to 'installation/admportal/pom.xml')
-rw-r--r--installation/admportal/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml
index 34e44b62..33133555 100644
--- a/installation/admportal/pom.xml
+++ b/installation/admportal/pom.xml
@@ -31,8 +31,9 @@
<plugins>
<plugin>
- <groupId>org.codehaus.groovy.maven</groupId>
- <artifactId>gmaven-plugin</artifactId>
+ <groupId>org.codehaus.gmaven</groupId>
+ <artifactId>groovy-maven-plugin</artifactId>
+ <version>2.1.1</version>
<executions>
<execution>
<phase>validate</phase>