During compilation of my Grails Application and i get the below error
/plugins/jaxrs-0.8/src/java/org/springframework/mock/web/DelegatingServletInputStream.java:39: error: DelegatingServletInputStream is not abstract and does not override abstract method setReadListener(ReadListener) in ServletInputStream public class DelegatingServletInputStream extends ServletInputStream {
I am using grails jaxrs plugin with Grails 2.2.4
grails.project.dependency.resolution = { plugins { compile ':jaxrs:0.8' } }
During compilation of my Grails Application and i get the below error
/plugins/jaxrs-0.8/src/java/org/springframework/mock/web/DelegatingServletInputStream.java:39: error: DelegatingServletInputStream is not abstract and does not override abstract method setReadListener(ReadListener) in ServletInputStream public class DelegatingServletInputStream extends ServletInputStream {
Please help