summaryrefslogtreecommitdiffstats
path: root/v3po/pom.xml
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-04-09 16:22:06 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-06-10 11:04:21 +0200
commit0e517a26e69ff3d1b04ba19c4539cb8dee60b097 (patch)
tree29819b80acba85d45ea8d4b90a9b1ed7e0926e12 /v3po/pom.xml
parent5440823dbe280d3f6c6c94074e86db0c11596686 (diff)
HONEYCOMB-33: Add notification service to Hc
Implement VPP interface notification translator as part of v3po2vpp plugin Change-Id: I69cfad9668ae9e4d79ed30bb8d54d294faa4c54a Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/pom.xml')
-rw-r--r--v3po/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/v3po/pom.xml b/v3po/pom.xml
index 7676a299a..908acbdb6 100644
--- a/v3po/pom.xml
+++ b/v3po/pom.xml
@@ -39,6 +39,7 @@
<module>translate-api</module>
<module>translate-impl</module>
<module>translate-utils</module>
+ <module>notification</module>
<module>vpp-translate-utils</module>
<module>vpp-jvpp-cfg</module>
<module>v3po2vpp</module>