2
0

build.gradle 391 B

123456789101112131415
  1. description = "maxkey-protocol-formbased"
  2. dependencies {
  3. //local jars
  4. compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  5. compile project(":maxkey-common")
  6. compile project(":maxkey-core")
  7. compile project(":maxkey-persistence")
  8. compile project(":maxkey-protocols:maxkey-protocol-authorize")
  9. compile project(":maxkey-authentications:maxkey-authentication-core")
  10. }