Skip to content

Commit

Permalink
chore: (#35) build.gradle에 aws 관련 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
janeljs committed Jun 16, 2021
1 parent 6fa3ed4 commit 13f220a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation 'com.querydsl:querydsl-jpa'
implementation 'com.auth0:java-jwt:3.8.2'
implementation 'org.projectlombok:lombok'
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.1.RELEASE'
annotationProcessor 'org.projectlombok:lombok'
runtimeOnly 'mysql:mysql-connector-java'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 13f220a

Please sign in to comment.