From 42f3804fbdde7bfe4f3676ef0c18a54dfe95354c Mon Sep 17 00:00:00 2001 From: Noa Resare Date: Thu, 3 Jan 2013 15:48:06 +0000 Subject: [PATCH] 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 Signed-off-by: Rohit Yadav Reviewed-by: Likitha Shetty --- awsapi/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 2e426550afa..06c9d7e058a 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -47,6 +47,12 @@ axis2-webapp war ${cs.axis2.version} + + + xerces + xercesImpl + + org.apache.ws.commons.axiom @@ -123,6 +129,10 @@ org.apache.xalan xalan + + org.opensaml + opensaml + @@ -139,6 +149,10 @@ org.apache.xalan xalan + + org.opensaml + opensaml + @@ -151,6 +165,10 @@ org.apache.xalan xalan + + org.opensaml + opensaml + @@ -163,6 +181,10 @@ org.apache.xalan xalan + + org.opensaml + opensaml + @@ -175,6 +197,10 @@ org.apache.xalan xalan + + org.opensaml + opensaml +