From 0e517a26e69ff3d1b04ba19c4539cb8dee60b097 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Sat, 9 Apr 2016 16:22:06 +0200 Subject: 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 --- v3po/features/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'v3po/features/pom.xml') diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml index b511e8f11..43b5e83bc 100644 --- a/v3po/features/pom.xml +++ b/v3po/features/pom.xml @@ -164,6 +164,30 @@ data-impl ${project.version} + + ${project.groupId} + notification-api + ${project.version} + + + ${project.groupId} + notification-impl + ${project.version} + + + ${project.groupId} + notification-impl + ${project.version} + xml + config + + + ${project.groupId} + notification-impl + ${project.version} + xml + notification2netconf + ${project.groupId} vpp-jvpp-cfg -- cgit 1.2.3-korg