Skip to content

Commit

Permalink
build: Thymeleaf 의존 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Apr 16, 2024
1 parent b15770a commit 9216081
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.springdoc:springdoc-openapi-starter-webmvc-ui:${swaggerVersion}")

Expand Down

0 comments on commit 9216081

Please sign in to comment.