nimbus-jose-jwt 추가
This commit is contained in:
+9
-1
@@ -17,6 +17,14 @@ def hibernateVersion = "5.6.15.Final"
|
|||||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||||
def generatedJavaDir = "$buildDir/generated/java"
|
def generatedJavaDir = "$buildDir/generated/java"
|
||||||
|
|
||||||
|
// FOR LOCAL
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url "${nexusUrl}/repository/maven-public/"
|
||||||
|
allowInsecureProtocol = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//
|
||||||
java {
|
java {
|
||||||
toolchain {
|
toolchain {
|
||||||
languageVersion = JavaLanguageVersion.of(8)
|
languageVersion = JavaLanguageVersion.of(8)
|
||||||
@@ -66,7 +74,7 @@ dependencies {
|
|||||||
|
|
||||||
api 'jakarta.interceptor:jakarta.interceptor-api:2.1.0'
|
api 'jakarta.interceptor:jakarta.interceptor-api:2.1.0'
|
||||||
|
|
||||||
implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' //jwhong
|
implementation 'com.nimbusds:nimbus-jose-jwt:9.24.3' //jwhong
|
||||||
|
|
||||||
compileOnly group: 'com.ibm.db2', name: 'jcc', version: '11.5.7.0'
|
compileOnly group: 'com.ibm.db2', name: 'jcc', version: '11.5.7.0'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user