Vincent:

Perhaps this is the correct way to do it; I started off using the "servlet API" versions, just because I saw them and that made sense.

If anyone on the Tomcat team is interested in Maven, it may still make sense for them to also put them under servletapi with Sun's version numbers, for consistency and clarity, but I guess we could also simply use what works for you. It's confusing, but could never be as bad as the many versions and version numbers for "xml-apis"!!

Thanks
        Joe



At 2:09 PM -0400 10/27/04, [EMAIL PROTECTED] wrote:
Hi,

I m not sure if I understand correctly the question.

Personally, I use Tomcat to deploy my application then in my maven POM, i write
this dependency from the Servlet Api from Tomcat:
<dependency>
<groupId>tomcat</groupId>
<artifactId>servlet-api</artifactId>
<version>5.0.16</version>
<type>jar</type>
<url>http://jakarta.apache.org/tomcat/</url>
<properties>
<war.bundle>false</war.bundle>
</properties>
</dependency>


You can download:
http://www.ibiblio.org/maven/tomcat/jars/servlet-api-5.0.16.jar

I already read that due to Sun license constraint, you can only use sun web site
to get a version of J2EE jar files.

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place."
- Carlos Santana

Reply via email to