Eric Jacob wrote:

Hi,

Putting the following dependency results in 72 jars downloaded in
WEB-INF/lib!

<dependency>
<groupId>acegisecurity</groupId>
<artifactId>acegi-security</artifactId>
<version>0.9.0</version>
<scope>runtime</scope>
</dependency>
Hi

If you set <scope>provided</scope> then these dependencies will not be included in /WEB-INF/lib

Cheers
Pablo

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

Reply via email to