Skip to content

Commit

Permalink
Merge pull request #59 from smu-nity/feature/58
Browse files Browse the repository at this point in the history
[FEATURE] 의존성 추가 (#58)
  • Loading branch information
hyunmin0317 authored Feb 29, 2024
2 parents 9c14325 + ed43566 commit 3a1f2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.0.4'
implementation 'org.jsoup:jsoup:1.17.2'
implementation 'org.json:json:20240205'
implementation 'com.h2database:h2'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit 3a1f2fe

Please sign in to comment.