Skip to content

Commit

Permalink
Merge pull request #12635 from loicmathieu/oauth2-jsonp
Browse files Browse the repository at this point in the history
Add jsonp for cases where jsonb is not in scope
  • Loading branch information
gsmet authored Oct 10, 2020
2 parents e0bd8cf + a555399 commit fb46e8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/elytron-security-oauth2/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-elytron-security-deployment</artifactId>
</dependency>
<!-- JSON-P is needed for cases where JSON-B is not in scope-->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jsonp-deployment</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
Expand Down
5 changes: 5 additions & 0 deletions extensions/elytron-security-oauth2/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-elytron-security</artifactId>
</dependency>
<!-- JSON-P is needed for cases where JSON-B is not in scope-->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jsonp</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron-realm-token</artifactId>
Expand Down

0 comments on commit fb46e8b

Please sign in to comment.