diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-07-26 15:35:46 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-08-08 15:34:48 +0800 |
commit | 91f949da6973a790218e67a53a2c5f52ca3790e7 (patch) | |
tree | 2d4bd6b0a9d98658c5bea449338a1c09569cff10 /holmes-actions/pom.xml | |
parent | 0c795a78a515168eb600744bf43906d4fd195b30 (diff) |
Updated Jersey Dependencies as Suggested
Issue-ID: HOLMES-546
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: Id32d044ea5ebebacadefd537798d645a37810d7e
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 13555ba..03de7ce 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -178,6 +178,10 @@ <artifactId>spring-web</artifactId>
<version>5.3.13</version>
</dependency>
+ <dependency>
+ <groupId>jakarta.ws.rs</groupId>
+ <artifactId>jakarta.ws.rs-api</artifactId>
+ </dependency>
</dependencies>
<build>
<resources>
|