Spaces:
Sleeping
Sleeping
Commit
·
40ef8e2
1
Parent(s):
9353ba8
changes
Browse files- build.gradle.kts +2 -2
build.gradle.kts
CHANGED
@@ -26,11 +26,11 @@ val mapstructVersion: String by project.extra.properties
|
|
26 |
|
27 |
dependencies {
|
28 |
|
29 |
-
|
30 |
implementation("org.springframework.boot:spring-boot-starter-web")
|
31 |
implementation("org.springframework.boot:spring-boot-starter-websocket")
|
32 |
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
33 |
-
|
34 |
|
35 |
// -----------------------------------------------------------------------------------------------------------------------------------------------
|
36 |
|
|
|
26 |
|
27 |
dependencies {
|
28 |
|
29 |
+
implementation("org.springframework.b oot:spring-boot-starter-security")
|
30 |
implementation("org.springframework.boot:spring-boot-starter-web")
|
31 |
implementation("org.springframework.boot:spring-boot-starter-websocket")
|
32 |
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
33 |
+
testImplementation("org.springframework.security:spring-security-test")
|
34 |
|
35 |
// -----------------------------------------------------------------------------------------------------------------------------------------------
|
36 |
|