Skip to content

Commit

Permalink
Chore: 불필요한 dependency 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Jul 17, 2024
1 parent 6917b22 commit ee53e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ repositories {

dependencies {
implementation 'javax.servlet:javax.servlet-api:4.0.1'
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springdoc:springdoc-openapi-ui:1.6.11'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application.properties

This file was deleted.

0 comments on commit ee53e65

Please sign in to comment.