Dne 22.2.2011 14:16, koppaka pradeep napsal(a):
Hello,
i want know how to skip the resolved dependencies of a dependency. Becoz
this may happen in many cases.
some body plz explain me with a simple and good example.
Hello, you mean something like tnis?
<dependency>
<groupId>org.tuckey</groupId>
<artifactId>urlrewritefilter</artifactId>
<version>3.0.4</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]