From 38f056958fe44689e588870493abc537b35ab8df Mon Sep 17 00:00:00 2001 From: thedevluffy Date: Sat, 23 May 2020 16:38:48 +0900 Subject: [PATCH] =?UTF-8?q?[#164]=20chore:=20=EC=9D=98=EC=A1=B4=EC=84=B1?= =?UTF-8?q?=EC=9D=84=20=EC=88=98=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + tecobrary-admin/build.gradle | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7707367..664af5c 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/tecobrary-admin/build.gradle b/tecobrary-admin/build.gradle index dc3ea25..1235ce2 100644 --- a/tecobrary-admin/build.gradle +++ b/tecobrary-admin/build.gradle @@ -29,8 +29,6 @@ bootJar { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' - implementation project(':tecobrary-domain') implementation project(':tecobrary-external-service') }