aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-03-09 10:20:51 -0500
committerDan Timoney <dtimoney@att.com>2023-03-09 10:20:51 -0500
commitc0aebdf1f43ed6f64fcc76e19cbc2dfee2e0f3df (patch)
treed2882dfc040d7c54f8945e9556525dfc406acf27 /cds-ui
parentddfd6749e7585581adad67878e0789967869a80a (diff)
Code changes needed to resolve openjdk17 issues
Upgraded groovy maven plugin for openjdk17. Changed parent version to latest snapshot to pick up grpc upgrade needed to allow local compiles on newer macbooks, based on apple silicon. Issue-ID: CCSDK-3861 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie11456682a3a038892a35a5ec3b3e0f2e8847b13
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/application/pom.xml6
-rw-r--r--cds-ui/server/pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml
index 3a305a0dc..4f09b0c96 100644
--- a/cds-ui/application/pom.xml
+++ b/cds-ui/application/pom.xml
@@ -40,9 +40,9 @@ limitations under the License.
<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>
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml
index d07ea3a47..b0d155985 100644
--- a/cds-ui/server/pom.xml
+++ b/cds-ui/server/pom.xml
@@ -109,9 +109,9 @@ limitations under the License.
</executions>
</plugin>
<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>