diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2023-02-22 10:45:23 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 19:50:32 +0000 |
commit | 17d1b455e61bac38de4f22bcad6be848785f4ad7 (patch) | |
tree | 013ceb3d6fa8c0d1ea07f2073e6f8279651c111e /installation/ansible-server/pom.xml | |
parent | 89b1b1c33a8718c2430ab4c4b07cb785b836490c (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/ansible-server/pom.xml')
-rw-r--r-- | installation/ansible-server/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index f171636f..cd023462 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -29,9 +29,9 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.groovy.maven</groupId> - <artifactId>gmaven-plugin</artifactId> - <version>1.0</version> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <version>2.1.1</version> <executions> <execution> <phase>validate</phase> |