1ecafc9420
Issue gh-95
16 lines
346 B
Groovy
16 lines
346 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
dependencies {
|
|
compile project(':spring-security-core2')
|
|
compile 'org.springframework.security:spring-security-core'
|
|
compile springCoreDependency
|
|
|
|
testCompile 'junit:junit'
|
|
testCompile 'org.assertj:assertj-core'
|
|
testCompile 'org.mockito:mockito-core'
|
|
}
|
|
|
|
jacoco {
|
|
toolVersion = '0.8.5'
|
|
}
|