aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 0729d900..4804e27d 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -110,8 +110,8 @@
<artifactId>commons-collections4</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.projectlombok</groupId>