Hi Eric,
If you look at it's pom
(http://www.ibiblio.org/pub/packages/maven2/acegisecurity/acegi-security/0.9.0/acegi-security-0.9.0.pom),
this artifact have 21 direct dependencies. Exclude those and the other
transitive dependencies will be excluded as well. You can easily do this
if you copy those dependencies from the artifact's pom and paste it to
your exclusions. A find and replace for "dependency" to "exclusion"
within your copied text won't take that much time.
Hope this helps.
Regards,
John
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>
Of course, I can exclude unecessary dependencies, but it's a real pain. A
better solution would be to disable transitive dependencies all together. Is
it supported?
Thanks.
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]