<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-openid</artifactId>
<version>5.2.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-openid" % "5.2.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-openid', version='5.2.2.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-openid" rev="5.2.2.RELEASE" />
compile
|-- com.google.inject:guice:3.0
|-- org.openid4java:openid4java-nodeps:0.9.6
|-- org.springframework.security:spring-security-core:5.2.2.RELEASE
|-- org.springframework.security:spring-security-web:5.2.2.RELEASE
|-- org.springframework:spring-aop:5.2.3.RELEASE
|-- org.springframework:spring-beans:5.2.3.RELEASE
|-- org.springframework:spring-context:5.2.3.RELEASE
|-- org.springframework:spring-core:5.2.3.RELEASE
|-- org.springframework:spring-web:5.2.3.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
runtime
|-- net.sourceforge.nekohtml:nekohtml:1.9.22
|-- org.apache.httpcomponents:httpclient:4.5.11
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.12.2