Spaces:
Sleeping
Sleeping
Commit
·
6977d85
1
Parent(s):
0801868
changes
Browse files- build.gradle.kts +0 -5
build.gradle.kts
CHANGED
@@ -48,16 +48,11 @@ dependencies {
|
|
48 |
implementation("org.springframework.boot:spring-boot-starter-logging")
|
49 |
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
50 |
implementation("org.springframework.boot:spring-boot-starter-websocket")
|
51 |
-
implementation("org.springframework.security:spring-security-messaging")
|
52 |
-
implementation("org.springframework.boot:spring-boot-starter-security")
|
53 |
implementation("org.springframework.boot:spring-boot-starter-web") {
|
54 |
exclude(module = "spring-boot-starter-tomcat")
|
55 |
}
|
56 |
implementation("org.springframework.boot:spring-boot-starter-undertow")
|
57 |
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
58 |
-
implementation("org.springframework.security:spring-security-config")
|
59 |
-
implementation("org.springframework.security:spring-security-data")
|
60 |
-
implementation("org.springframework.security:spring-security-web")
|
61 |
|
62 |
|
63 |
|
|
|
48 |
implementation("org.springframework.boot:spring-boot-starter-logging")
|
49 |
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
50 |
implementation("org.springframework.boot:spring-boot-starter-websocket")
|
|
|
|
|
51 |
implementation("org.springframework.boot:spring-boot-starter-web") {
|
52 |
exclude(module = "spring-boot-starter-tomcat")
|
53 |
}
|
54 |
implementation("org.springframework.boot:spring-boot-starter-undertow")
|
55 |
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
|