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

Commit

Permalink
[#164] chore: 의존성을 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevLuffy committed May 23, 2020
1 parent 3369bfc commit 38f0569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ subprojects {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'org.apache.httpcomponents:httpclient:4.5.10'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
Expand Down
2 changes: 0 additions & 2 deletions tecobrary-admin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ 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 38f0569

Please sign in to comment.