From 39a9486c68075139f0034c2dd94c8cca0f3805a9 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 18 Sep 2014 17:11:12 -0500 Subject: [PATCH] Bug 1962: add convenience -rest and -ui features Change-Id: I2f619f322abfb2de069fbcba9fb2751fb924bd00 Signed-off-by: Ed Warnicke --- features/pom.xml | 7 +++++++ features/src/main/resources/features.xml | 13 +++++++++++++ pom.xml | 1 + 3 files changed, 21 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index 6b434f7662..aca86e2a7f 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -40,6 +40,13 @@ features xml + + org.opendaylight.dlux + features-dlux + ${dlux.version} + features + xml + diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 4addaa5739..a4f6bb9138 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -6,10 +6,13 @@ mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features mvn:org.opendaylight.openflowjava/features-openflowjava/${openflowjava.version}/xml/features + mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features odl-openflowplugin-southbound odl-openflowplugin-flow-services + odl-openflowplugin-flow-services-rest + odl-openflowplugin-flow-services-ui odl-mdsal-broker @@ -25,6 +28,16 @@ odl-openflowplugin-southbound odl-flow-services + + odl-openflowplugin-flow-services + odl-restconf + + + odl-openflowplugin-flow-services-rest + odl-dlux-core + odl-mdsal-apidocs + odl-mdsal-xsql + odl-openflowplugin-flow-services mvn:org.opendaylight.openflowplugin/test-common/${project.version} diff --git a/pom.xml b/pom.xml index 7b3e34105d..3c649f7913 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ 1.4.2-SNAPSHOT 0.6.2-SNAPSHOT + 0.1.0-SNAPSHOT -- 2.36.6