build.gradle 563 B

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