krasserm / grails-jaxrs

JAX-RS Plugin for Grails
http://code.google.com/p/grails-jaxrs/
Apache License 2.0
50 stars 48 forks source link

compile or runtime? #56

Closed confile closed 10 years ago

confile commented 10 years ago

The docu (http://grails.org/plugin/jaxrs) is a bit confusing. Which one is correct?

compile ":jaxrs:0.11"

or

runtime ":jaxrs:0.11"
michaelrice commented 10 years ago

compile is correct

noamt commented 10 years ago

I've corrected the documentation, thanks!