<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-messages-jc</artifactId>
<version>4.0.4.RELEASE</version>
</dependency>
implementation 'org.springframework.security:spring-security-samples-messages-jc:4.0.4.RELEASE'
implementation("org.springframework.security:spring-security-samples-messages-jc:4.0.4.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-samples-messages-jc" % "4.0.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-samples-messages-jc', version='4.0.4.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-samples-messages-jc" rev="4.0.4.RELEASE" />
compile
|-- javax.validation:validation-api:1.0.0.GA
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final
|-- org.hibernate:hibernate-entitymanager:3.6.10.Final
|-- org.hibernate:hibernate-validator:4.2.0.Final
|-- org.springframework.data:spring-data-jpa:1.7.1.RELEASE
|-- org.springframework.security:spring-security-config:4.0.4.RELEASE
|-- org.springframework.security:spring-security-web:4.0.4.RELEASE
|-- org.springframework:spring-aop
|-- org.springframework:spring-aspects
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-instrument
|-- org.springframework:spring-orm
|-- org.springframework:spring-tx
|-- org.springframework:spring-webmvc
|-- org.thymeleaf.extras:thymeleaf-extras-tiles2-spring4:2.1.1.RELEASE
|-- org.thymeleaf:thymeleaf-spring4:2.1.4.RELEASE
|-- commons-logging:commons-logging:1.2
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- junit:junit:4.11
|-- org.easytesting:fest-assert:1.4
|-- org.mockito:mockito-core:1.10.19