andreybavt commited on
Commit
8973112
·
1 Parent(s): 9f53080
Files changed (1) hide show
  1. build.gradle.kts +11 -19
build.gradle.kts CHANGED
@@ -30,27 +30,19 @@ dependencies {
30
 
31
  //-----------------------------------------------------------------------------------------------------------------------------------------------
32
 
33
- implementation("javax.annotation:javax.annotation-api")
34
-
35
- implementation("org.springframework.boot:spring-boot-loader-tools")
36
-
37
- implementation("org.springframework.boot:spring-boot-starter-mail")
38
- implementation("org.springframework.boot:spring-boot-starter-logging")
39
  implementation("org.springframework.boot:spring-boot-starter-actuator")
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
- }
44
- implementation("org.springframework.boot:spring-boot-starter-undertow")
45
- implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
46
-
47
-
48
-
49
- annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
50
- developmentOnly("org.springframework.boot:spring-boot-devtools:${springBootVersion}")
51
-
52
-
53
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
55
 
56
 
 
30
 
31
  //-----------------------------------------------------------------------------------------------------------------------------------------------
32
 
 
 
 
 
 
 
33
  implementation("org.springframework.boot:spring-boot-starter-actuator")
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ // }
44
+ // implementation("org.springframework.boot:spring-boot-starter-undertow")
45
+ // implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
46
  }
47
 
48