From 4e1d99392a52ebd6a523f03fd554c3e8bb219031 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Wed, 27 Nov 2019 21:48:53 +0400 Subject: [PATCH] fix dependency --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index be79400..184a395 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,6 @@ dependencies { compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5' compile group: 'org.springframework.security', name: 'spring-security-oauth2-client' compile group: 'org.springframework.security', name: 'spring-security-oauth2-jose' - compile group: 'org.springframework.security.oauth.boot', name: 'spring-security-oauth2-autoconfigure' compile group: 'org.postgresql', name: 'postgresql', version: '42.2.5'