Add Distributed DataStore as a dependency of the Simulator 80/15080/1
authorMoiz Raja <moraja@cisco.com>
Mon, 9 Feb 2015 17:37:36 +0000 (09:37 -0800)
committerMoiz Raja <moraja@cisco.com>
Mon, 9 Feb 2015 17:37:36 +0000 (09:37 -0800)
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 <moraja@cisco.com>
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml

index d8d1a76a70f4db9c41f3e94255101f07eb4cbd8d..c7ee3a5c0c8a2346dabae2c4045a67839a4ab312 100644 (file)
           <version>1.2.0-SNAPSHOT</version>
       </dependency>
 
+      <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>sal-distributed-datastore</artifactId>
+      </dependency>
 
     <!-- Test Dependencies -->
     <dependency>