settings.gradle 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * in the user guide at https://docs.gradle.org
  3. */
  4. rootProject.name = 'MaxKey'
  5. //Common
  6. include 'maxkey-core'
  7. include 'maxkey-persistence'
  8. //include 'maxkey-authentications'
  9. include 'maxkey-authentications:maxkey-authentication-core'
  10. include 'maxkey-authentications:maxkey-authentication-captcha'
  11. include 'maxkey-authentications:maxkey-authentication-social'
  12. //identity
  13. include 'maxkey-identitys:maxkey-identity-scim'
  14. include 'maxkey-identitys:maxkey-identity-kafka'
  15. include 'maxkey-identitys:maxkey-identity-rest'
  16. //Protocol
  17. //include 'maxkey-protocols'
  18. include 'maxkey-protocols:maxkey-protocol-authorize'
  19. include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
  20. include 'maxkey-protocols:maxkey-protocol-saml-2.0'
  21. include 'maxkey-protocols:maxkey-protocol-cas'
  22. include 'maxkey-protocols:maxkey-protocol-jwt'
  23. include 'maxkey-protocols:maxkey-protocol-formbased'
  24. include 'maxkey-protocols:maxkey-protocol-tokenbased'
  25. include 'maxkey-protocols:maxkey-protocol-extendapi'
  26. include 'maxkey-protocols:maxkey-protocol-desktop'
  27. //include 'maxkey-webs'
  28. //maxkey
  29. include 'maxkey-web-maxkey'
  30. //maxkey-mgt
  31. include 'maxkey-web-manage'