Update build_docker.gradle

This commit is contained in:
MaxKey 2022-03-02 22:14:07 +08:00
parent 19a45446ef
commit 8c70e02ccc

View File

@ -207,7 +207,7 @@ subprojects {
//implementation group: 'org.springframework', name: 'spring-websocket', version: "${springVersion}" //implementation group: 'org.springframework', name: 'spring-websocket', version: "${springVersion}"
// https://mvnrepository.com/artifact/org.springframework.retry/spring-retry // https://mvnrepository.com/artifact/org.springframework.retry/spring-retry
implementation group: 'org.springframework.retry', name: 'spring-retry', version: "${springretryVersion}" implementation group: 'org.springframework.retry', name: 'spring-retry', version: "${springretryVersion}"
testimplementation group: 'org.springframework', name: 'spring-test', version: "${springVersion}" testImplementation group: 'org.springframework', name: 'spring-test', version: "${springVersion}"
//spring-security //spring-security
implementation group: 'org.springframework.security', name: 'spring-security-core', version: "${springSecurityVersion}" implementation group: 'org.springframework.security', name: 'spring-security-core', version: "${springSecurityVersion}"