Spaces:
Sleeping
Sleeping
Commit
·
3c84237
1
Parent(s):
0fe5d26
changes
Browse files- build.gradle.kts +4 -4
build.gradle.kts
CHANGED
@@ -34,10 +34,10 @@ dependencies {
|
|
34 |
|
35 |
implementation("javax.annotation:javax.annotation-api")
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
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 |
}
|