diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-09 10:20:51 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-09 10:20:51 -0500 |
commit | c0aebdf1f43ed6f64fcc76e19cbc2dfee2e0f3df (patch) | |
tree | d2882dfc040d7c54f8945e9556525dfc406acf27 /cds-ui | |
parent | ddfd6749e7585581adad67878e0789967869a80a (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.xml | 6 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 6 |
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> |