Skip to content

Commit

Permalink
Merge pull request #226 from bmhm/SHIRO-750
Browse files Browse the repository at this point in the history
[SHIRO-750] update jax-rs dependency to jakarta.
  • Loading branch information
fpapon authored May 8, 2020
2 parents c3f3b31 + 3887e5d commit 6a4f7e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
<artifactId>shiro-jaxrs</artifactId>
</dependency>

<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>${jaxrs.api.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<!-- Required for any libraries that expect to call the commons logging APIs -->
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 6a4f7e2

Please sign in to comment.