Commit 759e5cb5 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish indentation

parent 8da82d2d
...@@ -72,7 +72,7 @@ dependencies { ...@@ -72,7 +72,7 @@ dependencies {
optional("org.springframework:spring-messaging") optional("org.springframework:spring-messaging")
optional("org.springframework:spring-orm") optional("org.springframework:spring-orm")
optional("org.springframework:spring-oxm") optional("org.springframework:spring-oxm")
optional("org.springframework:spring-r2dbc") optional("org.springframework:spring-r2dbc")
optional("org.springframework:spring-test") optional("org.springframework:spring-test")
optional("org.springframework:spring-web") optional("org.springframework:spring-web")
optional("org.springframework:spring-webflux") optional("org.springframework:spring-webflux")
...@@ -91,7 +91,7 @@ dependencies { ...@@ -91,7 +91,7 @@ dependencies {
testImplementation("com.squareup.okhttp3:okhttp") testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("com.sun.xml.messaging.saaj:saaj-impl") testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
testImplementation("io.projectreactor:reactor-test") testImplementation("io.projectreactor:reactor-test")
testImplementation("io.r2dbc:r2dbc-h2") testImplementation("io.r2dbc:r2dbc-h2")
testImplementation("javax.xml.ws:jaxws-api") testImplementation("javax.xml.ws:jaxws-api")
testImplementation("mysql:mysql-connector-java") testImplementation("mysql:mysql-connector-java")
testImplementation("net.sourceforge.jtds:jtds") testImplementation("net.sourceforge.jtds:jtds")
......
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