From 98b7f40cfe27c4e084bd3014ae8b54bc14ac61f1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 9 Oct 2017 20:51:04 +0200 Subject: [PATCH] BUG-9218: use packaged inventory model Rather than packing it here, use controller's dedicated feature to pull it in. Change-Id: I14f7acb4577d32eda954406f1cf55f5fff3cb0c7 Signed-off-by: Robert Varga --- features-aggregator/odl-openflowplugin-nsf-model/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml index efa46cc2aa..4971d280e2 100644 --- a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml +++ b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml @@ -45,9 +45,11 @@ - org.opendaylight.controller.model - model-inventory + org.opendaylight.controller + odl-mdsal-model-inventory ${mdsal.version} + features + xml -- 2.36.6