sheehan / grails-console

A web-based Groovy console for interactive runtime application management and debugging
Apache License 2.0
78 stars 41 forks source link

bad dependency graph #52

Closed davydotcom closed 8 years ago

davydotcom commented 8 years ago

Grails console is including groovy-all which is a single lib that has ALL classes for groovy..

Since grails 3.0.0 groovy-all was removed and the individual groovy classes were used. This should only be adding groovy-console to the dependency graph otherwise an embedded grails container gets 2 copies of groovy classes

sheehan commented 8 years ago

Thanks for the report. Fixed in v2.0.6.