Skip to content

Commit de422ad

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)