Skip to content

Commit

Permalink
Merge pull request #14804 from sberyozkin/add-jwt-build-dep-to-smallr…
Browse files Browse the repository at this point in the history
…ye-jwt

Bring smallrye-jwt-build back to quarkus-smallrye-jwt
  • Loading branch information
gsmet authored Feb 4, 2021
2 parents ad2b90b + d9ccf03 commit d427485
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/security-jwt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ SmallRye JWT provides an API for securing the JWT claims using all of these opti
----

Note you can use Smallrye JWT Build API without having to create MP JWT endpoints.
It can also be excluded from `quarkus-smallrye-jwt` if MP JWT endpoints do not need to generate JWT tokens.

=== Create JwtClaimsBuilder and set the claims

Expand Down
4 changes: 2 additions & 2 deletions extensions/smallrye-jwt/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<artifactId>quarkus-smallrye-jwt</artifactId>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-jwt-build-deployment</artifactId>
<scope>test</scope>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-internal</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions extensions/smallrye-jwt/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-jwt-build</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jsonp</artifactId>
Expand Down

0 comments on commit d427485

Please sign in to comment.