2
0

build.gradle 360 B

12345678910111213
  1. description = "maxkey-protocol-oauth-2.0"
  2. dependencies {
  3. //local jars
  4. compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  5. compile project(":maxkey-core")
  6. compile project(":maxkey-dao")
  7. compile project(":maxkey-jose-jwt")
  8. compile project(":maxkey-client-sdk")
  9. compile project(":maxkey-protocols:maxkey-protocol-authorize")
  10. }