diff options
author | 2025-02-11 11:49:29 +0000 | |
---|---|---|
committer | 2025-02-25 10:28:18 +0000 | |
commit | c6c7e03853d7eb21e127f446f6a2f32d96dafdae (patch) | |
tree | b08d4029731038e7d80b26d19619bd7569484054 | |
parent | 6595971b29033876ff13e9f9eaef5ee2d0683e4b (diff) |
Issue-ID: POLICY-5254
Change-Id: I454fcef2825edae10040347a6f686eeb02b4455f
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
-rw-r--r-- | policy-management/pom.xml | 4 |
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> |