Commit e90bc499 authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency on spring-boot-starter-test

Fixes #530
parent a47d5ccd
...@@ -31,10 +31,13 @@ dependencies { ...@@ -31,10 +31,13 @@ dependencies {
configurations { configurations {
insecure.exclude module: 'spring-boot-starter-security' 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-actuator")
compile("org.springframework.boot:spring-boot-starter-security") 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 insecure configurations.runtime
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment