Skip to content

Commit

Permalink
Add nimbus to embedded, as needed by Soteria
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed May 13, 2024
1 parent 6004b48 commit 6eafeba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,11 @@
<artifactId>soteria</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.media</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,11 @@
<artifactId>parsson</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<optional>true</optional>
</dependency>

<!-- glassfish-jersey -->
<!-- TODO: see https://github.com/eclipse-ee4j/jersey/issues/4454 -->
Expand Down

0 comments on commit 6eafeba

Please sign in to comment.