Skip to content

Commit 6a4f7e2

Browse files
authored
Merge pull request #226 from bmhm/SHIRO-750
[SHIRO-750] update jax-rs dependency to jakarta.
2 parents c3f3b31 + 3887e5d commit 6a4f7e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples/jaxrs/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@
7676
<artifactId>shiro-jaxrs</artifactId>
7777
</dependency>
7878

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+
7986
<dependency>
8087
<!-- Required for any libraries that expect to call the commons logging APIs -->
8188
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)