This commit is contained in:
MaxKey
2021-04-17 09:44:10 +08:00
parent 8d5ec2633d
commit 50356b6892
33 changed files with 1043 additions and 1049 deletions

View File

@@ -2,10 +2,10 @@ description = "maxkey-protocol-saml-2.0"
dependencies {
//local jars
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
compile project(":maxkey-common")
compile project(":maxkey-core")
compile project(":maxkey-persistence")
compile project(":maxkey-authentications:maxkey-authentication-core")
implementation project(":maxkey-common")
implementation project(":maxkey-core")
implementation project(":maxkey-persistence")
implementation project(":maxkey-authentications:maxkey-authentication-core")
}