aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2025-02-11 11:49:29 +0000
committeradheli.tavares <adheli.tavares@est.tech>2025-02-25 10:28:18 +0000
commitc6c7e03853d7eb21e127f446f6a2f32d96dafdae (patch)
treeb08d4029731038e7d80b26d19619bd7569484054
parent6595971b29033876ff13e9f9eaef5ee2d0683e4b (diff)
Uplift jetty to version 12.x.yHEADmaster
Issue-ID: POLICY-5254 Change-Id: I454fcef2825edae10040347a6f686eeb02b4455f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
-rw-r--r--policy-management/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index e9c23a16..ff273ca3 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -244,8 +244,8 @@
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlet</artifactId>
+ <groupId>org.eclipse.jetty.ee10</groupId>
+ <artifactId>jetty-ee10-servlet</artifactId>
</dependency>
<dependency>
<groupId>com.fatboyindustrial.gson-javatime-serialisers</groupId>