andreybavt commited on
Commit
40ef8e2
·
1 Parent(s): 9353ba8
Files changed (1) hide show
  1. 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
- // 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")
33
- // testImplementation("org.springframework.security:spring-security-test")
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