build.gradle 805 B

123456789101112131415161718192021222324
  1. description = "maxkey-authentication-provider-mgt"
  2. dependencies {
  3. //local jars
  4. implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
  5. implementation project(":maxkey-commons:maxkey-cache")
  6. implementation project(":maxkey-commons:maxkey-common")
  7. implementation project(":maxkey-commons:maxkey-core")
  8. implementation project(":maxkey-commons:maxkey-crypto")
  9. implementation project(":maxkey-commons:maxkey-ldap")
  10. implementation project(":maxkey-entity")
  11. implementation project(":maxkey-persistence")
  12. implementation project(":maxkey-starter:maxkey-starter-ip2location")
  13. implementation project(":maxkey-starter:maxkey-starter-otp")
  14. implementation project(":maxkey-starter:maxkey-starter-sms")
  15. implementation project(":maxkey-authentications:maxkey-authentication-core")
  16. }