Skip to content

Commit 9cf2d06

Browse files
committed
feat(#1737): Add nimbus-jose-jwt dependency to assembly distribution
1 parent f33ae03 commit 9cf2d06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assembly/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,10 @@
527527
<groupId>com.fasterxml.jackson.core</groupId>
528528
<artifactId>jackson-databind</artifactId>
529529
</dependency>
530+
<dependency>
531+
<groupId>com.nimbusds</groupId>
532+
<artifactId>nimbus-jose-jwt</artifactId>
533+
</dependency>
530534

531535
<!-- JAXB/Activation/iStack -->
532536
<dependency>

0 commit comments

Comments
 (0)