Index: ssts-web/build.gradle =================================================================== diff -u -r12335 -r12508 --- ssts-web/build.gradle (.../build.gradle) (revision 12335) +++ ssts-web/build.gradle (.../build.gradle) (revision 12508) @@ -13,7 +13,6 @@ */ apply plugin: 'eclipse-wtp' -apply plugin: 'jdepend' apply plugin: 'jetty' jettyRun { @@ -96,15 +95,6 @@ configurations { // other configurations e.g. - providedCompile.exclude module: 'commons-logging' all*.transitive = false - - ajc - aspects - aspectCompile - ajInpath - - compile { - extendsFrom aspects - } } //Project dependencies @@ -177,4 +167,6 @@ } + + war.dependsOn copyDependenciesToLibDir \ No newline at end of file