ldaley / grails-remote-control

Facilitates executing commands (closures) against remote or local Grails applications
Apache License 2.0
23 stars 16 forks source link

Error when deploying an app including this plugin on JBoss AS #1

Closed mgryszko closed 11 years ago

mgryszko commented 11 years ago

org.codehaus.groovy.modules.remote:remote-transport-http:0.5 plugin dependency has a transitive dependency to javax.servlet:servlet-api.

servlet-api is already provided by Grails runtime (as provided dependency).

This dependency should be excluded in BuildConfig.groovy.

ldaley commented 11 years ago

A new version will be out in the next day or two, as soon as we get #3 sorted out.