Jakarta Servlet API 4.0.2 (#22615)
Signed-off-by: Stuart Douglas <stuart.w.douglas@gmail.com>
diff --git a/appserver/distributions/web/pom.xml b/appserver/distributions/web/pom.xml
index a4b2843..4cbcd5a 100644
--- a/appserver/distributions/web/pom.xml
+++ b/appserver/distributions/web/pom.xml
@@ -76,8 +76,8 @@
<!-- following dependencies are needed to run tests... -->
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>