there is a exclusion element you could use as well.
from memory:

<dependency>
  <groupid>hibernate</>
  <artifactid>hibernate</>
  <version>3.1</>
  <exclusions>
    <exclude>
       <groupid>cglib</>
       <artifactid>cglib</>
   </exclude>
   </exclusions>
...

/Konstantin

On 4/6/06, Wesslan <[EMAIL PROTECTED]> wrote:
>
>
> That's "exactly" how my pom looks like and I'm actually glad that Maven is
> complaining. It should be! :-)
>
> Thanks for replying!
>
> Regards,
> Peter
> --
> View this message in context:
> http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t1404553.html#a3781591
> Sent from the Maven - Users forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to