aboutsummaryrefslogtreecommitdiffstats
path: root/cxf-logging/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cxf-logging/pom.xml')
-rw-r--r--cxf-logging/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/cxf-logging/pom.xml b/cxf-logging/pom.xml
index 6f1d2575eb..1b82ef6245 100644
--- a/cxf-logging/pom.xml
+++ b/cxf-logging/pom.xml
@@ -23,8 +23,10 @@
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
+ <version>6.0.0</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>