Closed confile closed 10 years ago
You should add to your docu that one has to add the repository:
mavenRepo "http://maven.restlet.org/"
``
@confile its on the install instructions on the wiki https://github.com/krasserm/grails-jaxrs/wiki/Installation-Instructions
I am sorry I overlooked it.
We are trying to find a way to make the restlet (and jersey) maven dependency optional. Suggestions welcome :-) In the meantime you have to explicitly declare it.
Btw, it's mentioned in a section labeled "A note for users of the Restlet implementation". Docs should probably be updated to indicate that you need to declare the repo, even if the user does not intend to use the restlet implementation.
thanks for clarifying ....
I've just refined the note at https://github.com/krasserm/grails-jaxrs/wiki/Installation-Instructions
I tried compile ':jaxrs:0.10' in a plain new Grails 2.3.5 project.
This is the error I get: