@@ -11,36 +11,10 @@ dependencies {
1111 implementation libs. janino. janino
1212 implementation libs. servlet. api
1313
14- implementation(platform(" org.springframework:spring-framework-bom:6.2.11 " ))
14+ implementation(platform(DEP_SPRING_FW_BOM ))
1515 implementation libs. spring. core
1616 implementation libs. spring. web
1717
1818 testImplementation libs. spring. test
1919 testImplementation libs. assertj. core
20-
2120}
22- /*
23- dependencies {
24- implementation DEP_SERVLET_API
25- implementation(platform("org.springframework:spring-framework-bom:${DEP_VERSION_SPRING_FW}"))
26- implementation 'org.springframework:spring-core'
27- implementation 'org.springframework:spring-websocket'
28- implementation DEP_JANINO
29- implementation 'eu.javaspecialists.books.dynamicproxies:core:2.0.0'
30- implementation DEP_VAVR
31- implementation DEP_JOOL
32-
33- testImplementation 'org.springframework:spring-test'
34- testImplementation DEP_GROOVY
35- testImplementation platform(DEP_SPOCK_BOM)
36- testImplementation DEP_SPOCK_CORE
37- testImplementation 'cglib:cglib:3.3.0'
38-
39- compileOnly "org.projectlombok:lombok:${DEP_LOMBOK_VERSION}"
40- annotationProcessor "org.projectlombok:lombok:${DEP_LOMBOK_VERSION}"
41- testCompileOnly "org.projectlombok:lombok:${DEP_LOMBOK_VERSION}"
42- testAnnotationProcessor "org.projectlombok:lombok:${DEP_LOMBOK_VERSION}"
43- }
44- */
45-
46-
0 commit comments