your pom.xml looks like this
Spring and hibernate dependency
<dependency>
...
    <spring>
</dependency>
<dependency>
...
   hibernate
</dependency>
<dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>2.1_3</version>
      <scope>provided</provided>
    </dependency>
I think warning message  is to recall to you that spring  dependency
needs cglib2.1.3 to work and tell you to be sure what about you are
doing.
Tom.

2006/4/6, Wesslan <[EMAIL PROTECTED]>:
>
> And how do I do that? (I have kinda hard time finding my way around the
> docs...)
>
> Regards,
> Peter
> --
> View this message in context: 
> http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t1404553.html#a3780718
> Sent from the Maven - Users forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to