diff options
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>
|