Code Review
/
mdsal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bc32219
)
Decouple message bus from netconf connector
author
Tomas Cere
<
[email protected]
>
Thu, 13 Aug 2015 09:06:22 +0000
(11:06 +0200)
committer
Tomas Cere
<
[email protected]
>
Thu, 13 Aug 2015 09:11:27 +0000
(11:11 +0200)
Change-Id: I6a143e868adc1e5c7a9b114798e7009bb6ef8675
Signed-off-by: Maros Marsalek <
[email protected]
>
Signed-off-by: Tomas Cere <
[email protected]
>
opendaylight/md-sal/mdsal-artifacts/pom.xml
patch
|
blob
|
history
diff --git
a/opendaylight/md-sal/mdsal-artifacts/pom.xml
b/opendaylight/md-sal/mdsal-artifacts/pom.xml
index 05cff8141cd0a140bf31829f50b8ee346f60f8e3..61ba3cc1a2ad46c073f49d86e6b7205b10d41113 100644
(file)
--- a/
opendaylight/md-sal/mdsal-artifacts/pom.xml
+++ b/
opendaylight/md-sal/mdsal-artifacts/pom.xml
@@
-327,6
+327,11
@@
<artifactId>messagebus-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>messagebus-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>