diff options
author | Sreeja Gattagouni <SG00744975@techmahindra.com> | 2024-06-10 13:14:36 +0530 |
---|---|---|
committer | SANKET KS <sx00562924@techmahindra.com> | 2024-07-08 06:04:42 +0000 |
commit | 989d7f3d6ae740e30480bfc7d49acfbaf014d393 (patch) | |
tree | 0604e03d4e6910f39d66f7240eb6b448e4d05b4c /cxf-logging/pom.xml | |
parent | 7100db88beb76d9f23accaad9d0ccd91f7633304 (diff) |
Upgrade SO to Java_17
-Removal of aff and logging-filter-base dependencies.
-CI build java17 branch-jdk17 version:https://gerrit.onap.org/r/c/ci-management/+/138252
Issue-ID: SO-4125
Change-ID: I58f07f888a814b999f92f8d89909b0666d0b9699
Signed-off-by: Sreeja Gattagouni <SG00744975@techmahindra.com>
Diffstat (limited to 'cxf-logging/pom.xml')
-rw-r--r-- | cxf-logging/pom.xml | 6 |
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> |