Skip to content

Commit

Permalink
[BE] build: Thymeleaf 의존 제거 (#865) (#866)
Browse files Browse the repository at this point in the history
build: Thymeleaf 의존 제거
  • Loading branch information
seokjin8678 authored Apr 18, 2024
1 parent 4f6db52 commit df8dfb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:${swaggerVersion}")
Expand Down

0 comments on commit df8dfb4

Please sign in to comment.