settings.gradle 818 B

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