From d40e71a701e47370b5542308d469f1da87667782 Mon Sep 17 00:00:00 2001 From: Michal Rehak Date: Mon, 27 Apr 2015 20:55:58 +0200 Subject: [PATCH] added lithium features of ofPlugin Change-Id: Idc2730512172d8bcdc90e81c12c087b8a9613b81 Signed-off-by: Michal Rehak --- features/index/pom.xml | 7 +++++++ features/index/src/main/resources/features.xml | 1 + 2 files changed, 8 insertions(+) diff --git a/features/index/pom.xml b/features/index/pom.xml index 56685f3b..312308ea 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -170,6 +170,13 @@ features xml + + org.opendaylight.openflowplugin + features-openflowplugin-li + ${feature.openflowplugin.version} + features + xml + org.opendaylight.openflowplugin features-openflowplugin-extension diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 19640494..a7bc50d3 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -51,6 +51,7 @@ mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features mvn:org.opendaylight.neutron/features-neutron/${feature.neutron.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${feature.openflowplugin.version}/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin-li/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.openflowplugin.legacy/features-legacy/${feature.openflowplugin.version}/xml/features mvn:org.opendaylight.ovsdb/features-ovsdb/${feature.ovsdb.version}/xml/features -- 2.36.6