|
@@ -19,7 +19,7 @@ dependencies {
|
|
|
implementation fileTree(dir: 'lib', include: ['*.jar'])
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-web'
|
|
|
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-validation
|
|
|
- implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '1.3.0.RELEASE'
|
|
|
+ // implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '1.3.0.RELEASE'
|
|
|
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
|
|
|
testImplementation('org.springframework.boot:spring-boot-starter-test') {
|
|
|
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
|
@@ -35,10 +35,7 @@ dependencies {
|
|
|
|
|
|
// https://mvnrepository.com/artifact/org.projectlombok/lombok
|
|
|
providedCompile group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
|
|
|
-
|
|
|
|
|
|
-
|
|
|
-
|
|
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
|
|
}
|
|
|
|