diff options
-rw-r--r-- | main/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml index 5438707a..99064d04 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -166,8 +166,8 @@ <artifactId>commons-lang3</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> |