aboutsummaryrefslogtreecommitdiffstats
path: root/services/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-07-03 11:10:09 -0400
committerDan Timoney <dtimoney@att.com>2024-07-03 11:10:09 -0400
commit4e4e9ed3d9504cb475b13ef0910a6892cf965ed6 (patch)
tree7f6730d1addad8cea774874f6ffd799d20d9ac40 /services/pom.xml
parentedf35cc14cbfed4904ed2d85520eb5144e3c1d4c (diff)
Jakarta migrationnewdelhi
Update filters to migrate from javax.* to jakarta Issue-ID: SDNC-1843 Change-Id: Ieb217a9f346e8f3529c55f2eb55b4d14151b6bcc Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'services/pom.xml')
-rw-r--r--services/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/pom.xml b/services/pom.xml
index af1377fe..d89385d5 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -112,6 +112,10 @@
<version>${logging.analytics.version}</version>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>