Unicon / cas-addons

Open source CAS customizations, extensions, and configuration aids.
http://unicon.github.io/cas-addons/
Apache License 2.0
54 stars 26 forks source link

Add groovy-all dependency exclusion rule to sample maven config #19

Closed mmoayyed closed 11 years ago

mmoayyed commented 11 years ago

groovy-all dependency is not required for cas-addon. The dependency is about 6MB, and may cause issues with cloud deployments of CAS that put a limit on the size of the deployed bundle.

dima767 commented 11 years ago

It actually is required for RegisteredServicesAuthorizer implementation. If not used, it could be simply excluded in Maven dependency block for cas-addons.  — Sent from Mailbox for iPhone

On Fri, Jun 14, 2013 at 8:12 PM, Misagh Moayyed notifications@github.com wrote:

groovy-all dependency is not required for cas-addon. The dependency is about 6MB, and may cause issues with cloud deployments of CAS that put a limit on the size of the deployed bundle.

Reply to this email directly or view it on GitHub: https://github.com/Unicon/cas-addons/issues/19

mmoayyed commented 11 years ago

Updated readme.