summaryrefslogtreecommitdiffstats
path: root/infra/notification/api/pom.xml
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-20 15:09:55 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-09-21 10:58:41 +0000
commit5cfbc703cbf0183b76fb9d8157ffb860f429ec26 (patch)
treeaeec4ca2b98d5e85d9b0151123939e57f111d07a /infra/notification/api/pom.xml
parent7a7a31ae0a390113399119835bdaa3a4ed694170 (diff)
HONEYCOMB-202: Honeycomb-parent pom
As a replacement for: odlparent-lite + odlparent + bundle-parent + binding-parent + config-parent Change-Id: I68054fe548a627a92978d5aa399f5d4aea6b9703 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/notification/api/pom.xml')
-rw-r--r--infra/notification/api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml
index 81913591d..0220dc1fd 100644
--- a/infra/notification/api/pom.xml
+++ b/infra/notification/api/pom.xml
@@ -33,5 +33,9 @@
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-dom-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.mdsal</groupId>
+ <artifactId>yang-binding</artifactId>
+ </dependency>
</dependencies>
</project>