From: Ed Warnicke Date: Mon, 8 Sep 2014 11:21:00 +0000 (-0500) Subject: Bug 1740: add missing features/mdsal/pom.xml dependencies X-Git-Tag: release/helium~124^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0521604843e52486103891ec7f081a1fa0d3deb2 Bug 1740: add missing features/mdsal/pom.xml dependencies features/mdsal/pom.xml lacks dependencies for the configfiles: mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/akkaconf mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf This patch adds the necessary maven dependencies. Change-Id: I6e28d4ad8650278fc207f0fb0a22afa4c2ce4bde Signed-off-by: Ed Warnicke --- diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 38fe92fa82..9b81f81ae4 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -121,6 +121,27 @@ sal-akka-raft ${mdsal.version} + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + moduleshardconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + moduleconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + akkaconf + org.opendaylight.controller sal-clustering-config