summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 17:06:17 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 17:06:17 +0800
commit288b8bc763d4c4e4bef01b293d3ee09b8f817bba (patch)
tree42ef174b3699eacc9df470974204c5df0ceb4d85 /holmes-actions/pom.xml
parent5200ae428eb894fac15db1b1af0bb9e7a9f3c9ae (diff)
Updated slf4j to 2.0.9
Issue-ID: HOLMES-633 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Ib7da8e391b7f8a50d9a67db6acb00f6d0a94660a
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 01c7b8c..954e0dc 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -104,7 +104,10 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
- <version>${jakarta.ws.rs.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>