From be2a43f733f5c87d0f65273187a8854131aac3a1 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Tue, 26 Jul 2016 12:59:52 +0530 Subject: [PATCH] Enable the DIDM in Boron distribution Enable the DIDM in Boron distribution. Earlier DIDM was failing to build because of missing method, which is now fixed. Change-Id: I8bcd1add3aed73fb49e2f851ad912bed5f6971d2 Signed-off-by: subhash kumar singh --- features-index/pom.xml | 2 -- features-index/src/main/resources/features.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/features-index/pom.xml b/features-index/pom.xml index 20d9ada6..8772d3af 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -155,7 +155,6 @@ features xml - org.opendaylight.dlux features-dlux diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 087ea451..aa8b9d21 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -48,11 +48,9 @@ mvn:org.opendaylight.controller/features-extras/${feature.controller.extras.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${feature.mdsal.version}/xml/features mvn:org.opendaylight.controller/features-mdsal-benchmark/${feature.benchmark.version}/xml/features - mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features mvn:org.opendaylight.faas/features-faas/${feature.faas.version}/xml/features mvn:org.opendaylight.genius/genius-features/${feature.genius.version}/xml/features -- 2.36.6