Code Review
/
controller.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
Add Distributed DataStore as a dependency of the Simulator
[controller.git]
/
opendaylight
/
md-sal
/
sal-dummy-distributed-datastore
/
pom.xml
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>