Spaces:
Sleeping
Sleeping
Commit
·
8bf40fb
1
Parent(s):
40ef8e2
changes
Browse files- build.gradle.kts +1 -1
build.gradle.kts
CHANGED
@@ -26,7 +26,7 @@ val mapstructVersion: String by project.extra.properties
|
|
26 |
|
27 |
dependencies {
|
28 |
|
29 |
-
implementation("org.springframework.
|
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")
|
|
|
26 |
|
27 |
dependencies {
|
28 |
|
29 |
+
implementation("org.springframework.boot: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")
|