settings.gradle 895 B

1234567891011121314151617181920212223242526272829303132
  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. //identity
  10. include 'maxkey-identitys:maxkey-identity-scim'
  11. include 'maxkey-identitys:maxkey-identity-kafka'
  12. include 'maxkey-identitys:maxkey-identity-rest'
  13. //Protocol
  14. //include 'maxkey-protocols'
  15. include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
  16. include 'maxkey-protocols:maxkey-protocol-saml-2.0'
  17. include 'maxkey-protocols:maxkey-protocol-authorize'
  18. include 'maxkey-protocols:maxkey-protocol-desktop'
  19. include 'maxkey-protocols:maxkey-protocol-extendapi'
  20. include 'maxkey-protocols:maxkey-protocol-formbased'
  21. include 'maxkey-protocols:maxkey-protocol-tokenbased'
  22. include 'maxkey-protocols:maxkey-protocol-cas'
  23. //include 'maxkey-webs'
  24. //maxkey
  25. include 'maxkey-web-maxkey'
  26. //maxkey-mgt
  27. include 'maxkey-web-manage'