We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3f3b31 + 3887e5d commit 6a4f7e2Copy full SHA for 6a4f7e2
samples/jaxrs/pom.xml
@@ -76,6 +76,13 @@
76
<artifactId>shiro-jaxrs</artifactId>
77
</dependency>
78
79
+ <dependency>
80
+ <groupId>jakarta.ws.rs</groupId>
81
+ <artifactId>jakarta.ws.rs-api</artifactId>
82
+ <version>${jaxrs.api.version}</version>
83
+ <scope>provided</scope>
84
+ </dependency>
85
+
86
<dependency>
87
<!-- Required for any libraries that expect to call the commons logging APIs -->
88
<groupId>org.slf4j</groupId>
0 commit comments