Browse Source

Polish indentation

pull/25805/head
Andy Wilkinson 5 years ago
parent
commit
759e5cb5f5
  1. 4
      spring-boot-project/spring-boot/build.gradle

4
spring-boot-project/spring-boot/build.gradle

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

Loading…
Cancel
Save