Hello,

Let's say my project depends on Commons Configuration 1.3. The CCs POM file (http://maven.sateh.com/repository/commons-configuration/commons-configuration/1.3/commons-configuration-1.3.pom)

has this entry

<dependency>
   <groupId>servletapi</groupId>
   <artifactId>servletapi</artifactId>
   <version>2.4</version>
   <optional>true</optional>
</dependency>

this jar should not end up in Maven 2 Dependecies Eclipse library, should it? My project will provide its own servlet version or not any at all.

Cheers,
Borut


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to