From 450f54228f74345eaaa981bf45d5212fd2ffbfdd Mon Sep 17 00:00:00 2001 From: Moiz Raja Date: Mon, 9 Feb 2015 09:37:36 -0800 Subject: [PATCH 1/1] 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 --- opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- 2.36.6