Skip to content

Commit 247be14

Browse files
committed
Remove Spring Webflux
Closes gh-33
1 parent 4ea3228 commit 247be14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ checkstyle {
3131
dependencies {
3232
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaformatVersion}")
3333

34-
implementation("org.springframework.boot:spring-boot-starter-web")
35-
implementation("org.springframework.boot:spring-boot-starter-webflux")
36-
implementation("org.springframework.boot:spring-boot-starter-validation")
3734
implementation("org.springframework.boot:spring-boot-starter-cache")
38-
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
39-
implementation("org.springframework.boot:spring-boot-starter-hateoas")
4035
implementation("org.springframework.boot:spring-boot-starter-graphql")
36+
implementation("org.springframework.boot:spring-boot-starter-hateoas")
37+
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
38+
implementation("org.springframework.boot:spring-boot-starter-web")
39+
implementation("org.springframework.boot:spring-boot-starter-validation")
4140
implementation("org.springframework.retry:spring-retry:2.0.10")
41+
4242
implementation("com.azure.spring:spring-cloud-azure-starter-keyvault-secrets")
4343
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
44-
implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2")
4544
implementation("com.vladsch.flexmark:flexmark-all:0.64.8")
45+
implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2")
4646
implementation("org.apache.maven:maven-artifact:3.9.11")
4747

4848
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")

0 commit comments

Comments
 (0)