1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Stripping out unnecessary dependencies from sample jars.

This commit is contained in:
Luke Taylor
2011-01-10 17:27:58 +00:00
parent 39b48c6d95
commit 19e56f4397
7 changed files with 59 additions and 8 deletions
+10
View File
@@ -3,6 +3,16 @@
apply plugin: 'war'
apply plugin: 'jetty'
def excludeModules = ['jsr250-api', 'ehcache', 'spring-jdbc', 'spring-tx']
configurations {
excludeModules.each {name ->
runtime.exclude module: name
}
runtime.exclude group: 'org.aspectj'
}
dependencies {
runtime project(':spring-security-web'),