Hi Felix, On 1 juin 2010, at 18:41, Felix Knecht wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Pierre-Arnaud > >> I'm currently reviewing the dependency tree of each project in Apache DS. >> >> When generating the installers I've found a lot of new dependencies (since >> the last release) in the generated lib folder, and especially this one: >> findbugs:annotations. >> >> Are you sure of the scope of this dependency? > > Thanks for heads up! > > No. I thought it wouldn't be taken when having scope "compile".... It's > used to avoid false positives when generating the findbugs reports. > "provided" seems to be the better solution. I will try that and see the results. > BTW > The dependency:analyze goal [1] may be helpfull to find unnecessary > dependencies (just call it from CL mvn dependency:analyze will do). Interesting! I didn't know that one... Thanks for the hint! Regards, Pierre-Arnaud
