Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
[#171] chore - 의존성을 추가한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevLuffy committed Jun 8, 2020
1 parent 3369bfc commit 3fd21ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ subprojects {

compileOnly 'org.projectlombok:lombok:1.18.8'
annotationProcessor 'org.projectlombok:lombok:1.18.8'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
}
}
2 changes: 2 additions & 0 deletions tecobrary-core-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ bootJar {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'

implementation project(':tecobrary-domain')
implementation project(':tecobrary-external-service')
}
Expand Down

0 comments on commit 3fd21ec

Please sign in to comment.