Code Review
/
controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c1f5a28
)
Add Distributed DataStore as a dependency of the Simulator
80/15080/1
author
Moiz Raja
<moraja@cisco.com>
Mon, 9 Feb 2015 17:37:36 +0000
(09:37 -0800)
committer
Moiz 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
patch
|
blob
|
history
diff --git
a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
index
d8d1a76
..
c7ee3a5
100644
(file)
--- a/
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
+++ b/
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml
@@
-61,6
+61,10
@@
<version>1.2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>sal-distributed-datastore</artifactId>
+ </dependency>
<!-- Test Dependencies -->
<dependency>