修改Oauth接口
diff --git a/oauth/build.gradle b/oauth/build.gradle
index 17d4252..aeffb67 100644
--- a/oauth/build.gradle
+++ b/oauth/build.gradle
@@ -5,7 +5,6 @@
id 'org.jetbrains.kotlin.plugin.jpa' version '1.3.31'
id 'org.jetbrains.kotlin.plugin.spring'
id "com.palantir.git-version"
- id 'com.palantir.docker'
}
apply plugin: 'java'
@@ -34,7 +33,6 @@
dependencies {
-
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -47,23 +45,25 @@
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.5.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.session:spring-session-data-redis'
- implementation 'commons-codec:commons-codec:1.12'
- implementation 'com.jcabi:jcabi-manifests:1.1'
- implementation 'org.slf4j:slf4j-parent:1.7.26'
+ implementation 'org.springframework.boot:spring-boot-starter-cache'
+ implementation 'org.springframework.social:spring-social-web:1.1.6.RELEASE'
implementation 'org.jetbrains.kotlin:kotlin-reflect'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
- implementation group: 'com.sun.jersey', name: 'jersey-client', version: '1.19'
- implementation group: 'javax.servlet', name: 'jstl', version: '1.2'
- implementation group: 'taglibs', name: 'standard', version: '1.1.2'
- implementation group: 'commons-codec', name: 'commons-codec', version: '1.6'
- implementation 'org.dom4j:dom4j:2.1.1'
- implementation 'commons-beanutils:commons-beanutils:1.9.3'
- implementation 'commons-net:commons-net:3.6'
- implementation 'org.postgresql:postgresql:42.2.5'
+ implementation 'commons-codec:commons-codec:1.12'
+ implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'net.javacrumbs.shedlock:shedlock-spring:2.5.0'
implementation 'net.javacrumbs.shedlock:shedlock-provider-redis-spring:2.5.0'
+
+ implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
+
+ implementation 'org.postgresql:postgresql:42.2.5'
+ implementation 'com.fasterxml.jackson.module:jackson-module-kotlin'
+ implementation 'com.jcabi:jcabi-manifests:1.1'
implementation 'org.bitbucket.b_c:jose4j:0.6.5'
+ implementation 'io.github.microutils:kotlin-logging:1.6.26'
+ implementation 'org.slf4j:slf4j-parent:1.7.26'
+
+ implementation 'commons-dbcp:commons-dbcp:1.4'
implementation project(':payapi-common')