Add dependency on spring-boot-starter-test

Fixes #530
pull/529/head
Andy Wilkinson 11 years ago
parent a47d5ccd44
commit e90bc49988

@ -31,10 +31,13 @@ dependencies {
configurations {
insecure.exclude module: 'spring-boot-starter-security'
}
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-actuator")
compile("org.springframework.boot:spring-boot-starter-security")
testCompile("junit:junit")
compile("org.springframework.boot:spring-boot-starter-web")
testCompile("org.springframework.boot:spring-boot-starter-test")
insecure configurations.runtime
}

Loading…
Cancel
Save