From 3ee60be59d8b2b8a8c003b7ed5eb79e0ba8d684f Mon Sep 17 00:00:00 2001 From: "alexej.olesko" Date: Wed, 15 Oct 2025 15:20:10 +0200 Subject: [PATCH] Upgrade gooddata-parent JIRA:GRIF-315 --- gooddata-java-model/pom.xml | 1 + gooddata-java/pom.xml | 1 + pom.xml | 8 +++++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gooddata-java-model/pom.xml b/gooddata-java-model/pom.xml index 88fd6ddc1..48da69d1a 100644 --- a/gooddata-java-model/pom.xml +++ b/gooddata-java-model/pom.xml @@ -3,6 +3,7 @@ 4.0.0 gooddata-java-model + ${project.artifactId} gooddata-java-parent diff --git a/gooddata-java/pom.xml b/gooddata-java/pom.xml index eb496f00b..4ef1702af 100644 --- a/gooddata-java/pom.xml +++ b/gooddata-java/pom.xml @@ -3,6 +3,7 @@ 4.0.0 gooddata-java + ${project.artifactId} gooddata-java-parent diff --git a/pom.xml b/pom.xml index 416d19380..5cb49cb99 100644 --- a/pom.xml +++ b/pom.xml @@ -469,37 +469,43 @@ LICENSE.txt file in the root directory of this source tree. org.eclipse.jetty jetty-server + ${jetty.compatible.version} test - org.eclipse.jetty jetty-servlet + ${jetty.compatible.version} test org.eclipse.jetty jetty-util + ${jetty.compatible.version} test org.eclipse.jetty jetty-http + ${jetty.compatible.version} test org.eclipse.jetty jetty-io + ${jetty.compatible.version} test org.eclipse.jetty jetty-security + ${jetty.compatible.version} test org.eclipse.jetty jetty-webapp + ${jetty.compatible.version} test