File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ checkstyle {
3131dependencies {
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" )
You can’t perform that action at this time.
0 commit comments