<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-javaconfig-messages</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
implementation 'org.springframework.security:spring-security-samples-javaconfig-messages:4.1.4.RELEASE'
implementation("org.springframework.security:spring-security-samples-javaconfig-messages:4.1.4.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-samples-javaconfig-messages" % "4.1.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-samples-javaconfig-messages', version='4.1.4.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-samples-javaconfig-messages" rev="4.1.4.RELEASE" />
[org.springframework.security/spring-security-samples-javaconfig-messages "4.1.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.10.2.RELEASE
|-- org.springframework.security:spring-security-config:4.1.4.RELEASE
|-- org.springframework.security:spring-security-web:4.1.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.5.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.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19