From: adheli.tavares Date: Mon, 10 Feb 2025 11:57:37 +0000 (+0000) Subject: Uplift jetty to version 12.x.y X-Git-Tag: 5.1.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7a02c6f78b21b85b60855d6e96926217f4cc373a;p=policy%2Fparent.git Uplift jetty to version 12.x.y Issue-ID: POLICY-5254 Change-Id: I6575b8feb2a87f2861627fc19a36e4cb2db8f8dd Signed-off-by: adheli.tavares --- diff --git a/integration/pom.xml b/integration/pom.xml index 1dfd3d28..10414118 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -66,8 +66,8 @@ 2.17.2 0.8.11 4.0.5 - 3.1.9 - 11.0.24 + 3.1.10 + 12.0.16 3.2.1 2.9.0 0.12.4 @@ -570,20 +570,15 @@ jetty-server ${version.jetty} - - org.eclipse.jetty - jetty-servlet - ${version.jetty} - org.eclipse.jetty jetty-util ${version.jetty} - org.eclipse.jetty.toolchain - jetty-jakarta-servlet-api - 5.0.2 + org.eclipse.jetty.ee10 + jetty-ee10-servlet + ${version.jetty} org.glassfish.jaxb @@ -1220,15 +1215,6 @@ maven-clean-plugin 3.3.1 - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - ${project.build.sourceEncoding} - ${java.version} - - org.apache.maven.plugins maven-dependency-plugin @@ -1343,14 +1329,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - ${project.build.sourceEncoding} - ${java.version} - - org.apache.maven.plugins maven-surefire-plugin diff --git a/pom.xml b/pom.xml index c65e1174..d5faf38c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020-2021 AT&T. All rights reserved. - Modifications Copyright (C) 2021, 2024 Nordix Foundation. + Modifications Copyright (C) 2021, 2024-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ pom + 17 UTF-8 UTF-8 /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -90,6 +91,17 @@ + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${project.build.sourceEncoding} + ${maven.compiler.release} + + +