From 31bad643f16b6986434571b46158e6c662a240be Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 12 May 2017 07:57:57 +0200 Subject: HC2VPP-128 - interface role impl Provides logic to store data in config datatree Change-Id: Ia1304a84016f3df2b01a227d414fe75e3c647784 Signed-off-by: Jan Srnicek --- vpp-integration/minimal-distribution/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vpp-integration/minimal-distribution') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 889d8fd58..92033315e 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -43,12 +43,14 @@ 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT + 1.17.07-SNAPSHOT io.fd.hc2vpp.common.integration.VppCommonModule, io.fd.hc2vpp.management.VppManagementModule, io.fd.hc2vpp.lisp.LispModule, io.fd.hc2vpp.v3po.V3poModule, + io.fd.hc2vpp.iface.role.InterfaceRoleModule, io.fd.hc2vpp.l3.InterfaceL3Module, io.fd.hc2vpp.l3.SubInterfaceL3Module, io.fd.hc2vpp.l3.ProxyArpModule, @@ -151,5 +153,10 @@ vpp-management-impl ${vpp-management-impl.version} + + io.fd.hc2vpp.iface.role + impl + ${iface.role.version} + -- cgit 1.2.3-korg