added springframework to gradle

This commit is contained in:
iadgovuser58 2024-01-29 10:54:49 -05:00
parent 8e2d8a0463
commit b5a790caf6

View File

@ -51,6 +51,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.3'
testImplementation 'org.junit.platform:junit-platform-launcher:1.9.3'
testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.springframework:spring-test:6.0.8'
// spring management
compileOnly libs.lombok