<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-data</artifactId>
<version>5.0.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-data" % "5.0.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-data', version='5.0.4.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-data" rev="5.0.4.RELEASE" />
compile
|-- javax.xml.bind:jaxb-api:2.3.0
|-- org.springframework.data:spring-data-commons:2.0.6.RELEASE
|-- org.springframework.security:spring-security-core:5.0.4.RELEASE
|-- org.springframework:spring-core:5.0.5.RELEASE
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.9.1