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') }