<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-openid</artifactId>
<version>4.2.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-openid" % "4.2.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-openid', version='4.2.8.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-openid" rev="4.2.8.RELEASE" />
compile
|-- com.google.inject:guice:2.0
|-- org.openid4java:openid4java-nodeps:0.9.6
|-- org.springframework.security:spring-security-core:4.2.8.RELEASE
|-- org.springframework.security:spring-security-web:4.2.8.RELEASE
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- commons-logging:commons-logging:1.2
provided
|-- javax.servlet:javax.servlet-api:3.1.0
runtime
|-- net.sourceforge.nekohtml:nekohtml:1.9.20
|-- org.apache.httpcomponents:httpclient:4.2.5
test
|-- ch.qos.logback:logback-classic:1.1.11
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19