build.gradle 621 B

12345678910111213141516171819
  1. description = "maxkey-starter-social"
  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-entity")
  10. implementation project(":maxkey-persistence")
  11. implementation project(":maxkey-authentications:maxkey-authentication-core")
  12. implementation project(":maxkey-authentications:maxkey-authentication-provider")
  13. }