From: Moiz Raja Date: Mon, 9 Feb 2015 17:37:36 +0000 (-0800) Subject: Add Distributed DataStore as a dependency of the Simulator X-Git-Tag: release/lithium~605^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=450f54228f74345eaaa981bf45d5212fd2ffbfdd;ds=sidebyside Add Distributed DataStore as a dependency of the Simulator This is because AppendEntries delivers the ModificationPayload from DDS and without adding a dependency on DDS we get a ClassNotFoundException Change-Id: Ie4a938ad859db916a0fdbb33d8ce888ae4abf80b Signed-off-by: Moiz Raja --- diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index d8d1a76a70..c7ee3a5c0c 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -61,6 +61,10 @@ 1.2.0-SNAPSHOT + + org.opendaylight.controller + sal-distributed-datastore +