My class complains that it couldn't find HttpServletRequest. I can google and find out what maven dependency to include in the pom file. But , is there any maven command to find out what could be the dependency to include. when we develop any maven based java application, There could be always errors like this. How to tackle them with the help of maven commands ?
Thanks, Arun