andreybavt commited on
Commit
b5acd85
·
1 Parent(s): 3c84237
Files changed (1) hide show
  1. build.gradle.kts +3 -2
build.gradle.kts CHANGED
@@ -41,8 +41,9 @@ dependencies {
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
 
 
41
  implementation("org.springframework.boot:spring-boot-starter-web") {
42
  exclude(module = "spring-boot-starter-tomcat")
43
  }
44
+
45
+ implementation("org.springframework.boot:spring-boot-starter-undertow")
46
+ implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
47
  }
48
 
49