<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>2.14.2</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- net.jcip:jcip-annotations:1.0
|-- org.apache.commons:commons-lang3:3.1
|-- commons-codec:commons-codec:1.8
|-- net.minidev:json-smart:1.1.1
|-- com.nimbusds:nimbus-jose-jwt:2.22.1
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- junit:junit:4.11