andreybavt commited on
Commit
3c84237
·
1 Parent(s): 0fe5d26
Files changed (1) hide show
  1. build.gradle.kts +4 -4
build.gradle.kts CHANGED
@@ -34,10 +34,10 @@ dependencies {
34
 
35
  implementation("javax.annotation:javax.annotation-api")
36
 
37
- // implementation("org.springframework.boot:spring-boot-loader-tools")
38
- // implementation("org.springframework.boot:spring-boot-starter-mail")
39
- // implementation("org.springframework.boot:spring-boot-starter-logging")
40
- // implementation("org.springframework.boot:spring-boot-starter-websocket")
41
  implementation("org.springframework.boot:spring-boot-starter-web") {
42
  exclude(module = "spring-boot-starter-tomcat")
43
  }
 
34
 
35
  implementation("javax.annotation:javax.annotation-api")
36
 
37
+ implementation("org.springframework.boot:spring-boot-loader-tools")
38
+ implementation("org.springframework.boot:spring-boot-starter-mail")
39
+ implementation("org.springframework.boot:spring-boot-starter-logging")
40
+ implementation("org.springframework.boot:spring-boot-starter-websocket")
41
  implementation("org.springframework.boot:spring-boot-starter-web") {
42
  exclude(module = "spring-boot-starter-tomcat")
43
  }