Hello!

I want to develop applications with Tomcat 7, using Maven for dependency
management.

I'm used to develop apps for Glassfish (which is built by Maven), but Tomcat
seems to be built completely by Ant, so i cannot see what dependencies
Tomcat exactly relies on.
Where can i find all matching dependencies i need, e.g. the Servlet 3.0 API,
the new Tomcat testing APIs, Security APIs and other stuff, so i can add
that dependencies to my project?

Thanks!

Reply via email to