diff options
-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> |