Polish spaces -> tabs

This commit is contained in:
Phillip Webb 2014-03-18 09:42:53 -07:00
parent 5cb8e4100c
commit 08b9592606
1 changed files with 2 additions and 2 deletions

View File

@ -31,12 +31,12 @@ repositories {
} }
configurations { configurations {
providedRuntime providedRuntime
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-web") 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") testCompile("org.springframework.boot:spring-boot-starter-test")
} }