<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-openid</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-openid" % "3.2.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-openid', version='3.2.0.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-openid" rev="3.2.0.RELEASE" />
compile
|-- com.google.inject:guice:2.0
|-- org.openid4java:openid4java-nodeps:0.9.6
|-- org.springframework.security:spring-security-core:3.2.0.RELEASE
|-- org.springframework.security:spring-security-web:3.2.0.RELEASE
|-- org.springframework:spring-aop:3.2.6.RELEASE
|-- org.springframework:spring-beans:3.2.6.RELEASE
|-- org.springframework:spring-context:3.2.6.RELEASE
|-- org.springframework:spring-core:3.2.6.RELEASE
|-- org.springframework:spring-web:3.2.6.RELEASE
|-- commons-logging:commons-logging:1.1.1
provided
|-- org.apache.tomcat:tomcat-servlet-api:7.0.33
runtime
|-- org.apache.httpcomponents:httpclient:4.2.3
test
|-- ch.qos.logback:logback-classic:0.9.29
|-- junit:junit:4.10
|-- org.easytesting:fest-assert:1.4
|-- org.mockito:mockito-core:1.9.5