build.gradle 457 B

12345678910111213141516
  1. description = "maxkey-authentication-core"
  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-oauth-2.0")
  9. compile project(":maxkey-protocols:maxkey-protocol-saml-2.0")
  10. compile project(":maxkey-authentications:maxkey-authentication-otp")
  11. }