Skip to content

Commit

Permalink
Add jsonp for cases where jsonb is not in scope
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 9, 2020
1 parent 24abf81 commit 062611b
Showing 1 changed file with 5 additions and 0 deletions.
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 062611b

Please sign in to comment.