From 32f4257416c6ea0abccb8b468b493c76691ea7fb Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 11 Oct 2012 13:56:14 +0530 Subject: [PATCH] awsapi: Fix axiom-impl duplicate dependency Maven warns that we're duplicate dependency block for axiom-impl. Patch rename one of the axiom-impl dependencies to axiom-api Signed-off-by: Rohit Yadav --- awsapi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 5e7961a5e82..2a492d94026 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -50,7 +50,7 @@ org.apache.ws.commons.axiom - axiom-impl + axiom-api ${cs.axiom.version}