<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-core" % "2.0.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-core', version='2.0.8.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-core" rev="2.0.8.RELEASE" />
<parent> <groupId>org.springframework.security</groupId> <artifactId>spring-security-parent</artifactId> <version>2.0.8.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework:spring-aop
|-- org.springframework:spring-remoting
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-web
|-- org.springframework:spring-mock
|-- org.springframework.ldap:spring-ldap
|-- commons-logging:commons-logging
|-- commons-codec:commons-codec
|-- commons-collections:commons-collections
|-- org.apache.directory.server:apacheds-core:1.0.2
|-- org.apache.directory.server:apacheds-server-jndi:1.0.2
|-- org.apache.mina:mina-core:1.0.5
|-- log4j:log4j
runtime
|-- org.springframework:spring-support
|-- org.slf4j:slf4j-log4j12:1.4.3
test
|-- hsqldb:hsqldb