Polish spaces -> tabs

This commit is contained in:
Phillip Webb
2014-03-18 09:42:53 -07:00
parent 5cb8e4100c
commit 08b9592606

View File

@@ -31,12 +31,12 @@ repositories {
}
configurations {
providedRuntime
providedRuntime
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
testCompile("org.springframework.boot:spring-boot-starter-test")
}