From 74a62622f19db08823be3e8f36777df94dc9de4e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 4 Feb 2016 18:36:00 +0100 Subject: Fix UI bundle not being installed Inheriting from aggregator causes the artifacts to be skipped during install. Use api-parent instead. Change-Id: I507a21b2999c193d41a924debfcd67b916160f94 Signed-off-by: Robert Varga --- vbd/features/src/main/features/features.xml | 2 -- vbd/gui/bundle/pom.xml | 16 ++++------------ vbd/gui/module/pom.xml | 6 +++--- 3 files changed, 7 insertions(+), 17 deletions(-) (limited to 'vbd') diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml index 0f3d7c155..ace5a51de 100644 --- a/vbd/features/src/main/features/features.xml +++ b/vbd/features/src/main/features/features.xml @@ -42,7 +42,6 @@ odl-restconf - diff --git a/vbd/gui/bundle/pom.xml b/vbd/gui/bundle/pom.xml index c5f9d4804..a8e4ba602 100644 --- a/vbd/gui/bundle/pom.xml +++ b/vbd/gui/bundle/pom.xml @@ -2,10 +2,10 @@ 4.0.0 - io.fd.honeycomb.vbd - vbd-aggregator + io.fd.honeycomb.common + api-parent 1.0.0-SNAPSHOT - ../../ + ../../../common/api-parent io.fd.honeycomb.vbd @@ -15,15 +15,9 @@ bundle - - org.osgi - org.osgi.core - 5.0.0 - org.osgi org.osgi.compendium - 5.0.0 org.apache.felix @@ -33,12 +27,11 @@ org.slf4j jcl-over-slf4j - 1.7.14 org.opendaylight.dlux loader - 0.3.0-SNAPSHOT + 0.3.0-SNAPSHOT @@ -55,7 +48,6 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 diff --git a/vbd/gui/module/pom.xml b/vbd/gui/module/pom.xml index b60ac7b5a..cdade2893 100644 --- a/vbd/gui/module/pom.xml +++ b/vbd/gui/module/pom.xml @@ -9,10 +9,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.fd.honeycomb.vbd - vbd-aggregator + io.fd.honeycomb.common + api-parent 1.0.0-SNAPSHOT - ../../ + ../../../common/api-parent io.fd.honeycomb.vbd -- cgit 1.2.3-korg