Yes, thats a better scope.

On Tue, Aug 20, 2013 at 5:30 PM, Thomas Broyer <t.bro...@gmail.com> wrote:

>
>
> On Tuesday, August 20, 2013 7:38:04 AM UTC+2, alvinjayreyes wrote:
>>
>> It seems that you don't have the Servlet API on your classpath upon
>> compilation. If you're using Maven, make sure that you put the servlet api
>> dependency on the pom.xml with a scope = compile. This will include the
>> servlet api on compilation, but exclude it on the deployment.
>>
>
> That'd be scope = provided: the servlet container *provides* the servlet
> API to your webapp.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
*Alvin P. Reyes*,
Oracle Certified Professional
Software Engineer

Blog: http://www.alvinjayreyes.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to