diff options
author | 2025-02-11 11:47:28 +0000 | |
---|---|---|
committer | 2025-02-25 10:28:16 +0000 | |
commit | 36c19ea208d37e1617f30588fd797efa58a98312 (patch) | |
tree | 87305d1c7e999fc9ae911e4b1a8acb7015adfa6a | |
parent | 8daa4d84d8eee9c0713239e354aebc76e4a299f9 (diff) |
Uplift jetty to version 12.x.y
Issue-ID: POLICY-5254
Change-Id: Ic230f1afeb9ea1b52ad2ca9ded01c0f2e1f21cb0
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
-rw-r--r-- | runtime-acm/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index 8c2cbb18c..0ed54a6cc 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2024 Nordix Foundation. + Copyright (C) 2021-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. @@ -158,8 +158,8 @@ <artifactId>aspectjweaver</artifactId> </dependency> <dependency> - <groupId>org.eclipse.jetty.toolchain</groupId> - <artifactId>jetty-jakarta-servlet-api</artifactId> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> |