> On Jan. 4, 2013, 6:14 a.m., Prasanna Santhanam wrote:
> > Ship It!

commit 42f3804fbdde7bfe4f3676ef0c18a54dfe95354c
Author: Noa Resare <n...@spotify.com>
Date:   Thu Jan 3 15:48:06 2013 +0000

    Work around maven dependency problems
    
    Disable the transitive dependency from axis2-webapp to xercesImpl
    and from all rampart artifacts to opensaml. This fixes reproducible
    problem where maven tries to download artifacts from the wrong
    repositories.
    
    Signed-off-by: Prasanna Santhanam <t...@apache.org>
    Signed-off-by: Rohit Yadav <bhais...@apache.org>
    Reviewed-by: Likitha Shetty <likitha.she...@citrix.com>


- Prasanna


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8809/#review15068
-----------------------------------------------------------


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
> 
>

Reply via email to