Commit 08b95926 authored by Phillip Webb's avatar Phillip Webb

Polish spaces -> tabs

parent 5cb8e410
...@@ -31,12 +31,12 @@ repositories { ...@@ -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")
} }
......
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