<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-security</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.social" % "spring-social-security" % "1.1.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.social', module='spring-social-security', version='1.1.2.RELEASE')
)
<dependency org="org.springframework.social" name="spring-social-security" rev="1.1.2.RELEASE" />
compile
|-- org.springframework.social:spring-social-web:1.1.2.RELEASE
|-- org.springframework.social:spring-social-core:1.1.2.RELEASE
|-- org.springframework.security:spring-security-config:3.2.7.RELEASE
|-- org.springframework.security:spring-security-web:3.2.7.RELEASE
|-- org.springframework:spring-webmvc:4.1.6.RELEASE
|-- org.springframework:spring-web:4.1.6.RELEASE
provided