> On Jan. 4, 2013, 5:56 a.m., Likitha Shetty wrote: > > Verified the build and checked if the jars have any imports that AWSAPI > > uses. Looks good to me.
Thanks for the reviews. I posted the bug report here : https://issues.apache.org/jira/browse/CLOUDSTACK-744 - Prasanna ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8809/#review15066 ----------------------------------------------------------- On Jan. 3, 2013, 5:46 p.m., Noa Resare wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/8809/ > ----------------------------------------------------------- > > (Updated Jan. 3, 2013, 5:46 p.m.) > > > Review request for cloudstack. > > > Description > ------- > > Oh maven *sigh*. The combination of a system of transitive dependencies and > the ability of pom files to inject (broken) repository information into the > lookup process sometimes result in a situation where maven attempts to > download artefacts from the wrong server. This typically happens over and > over again and slows down maven runs significantly. > > This is even more annoying when the artefacts downloaded most certainly isn't > used. > > The attached patch fixes three such problems that I can reproduce locally. > The pattern of adding excludes elements to maven dependency references is > already used in cloudstack. Newer versions of the dependencies removed are > added in other ways to the cloudstack dependency graph. > > > Diffs > ----- > > awsapi/pom.xml 2e42655 > > Diff: https://reviews.apache.org/r/8809/diff/ > > > Testing > ------- > > > Thanks, > > Noa Resare > >