From 5459e120355d7ad627c6751db03493b443441c5e Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 18 Jul 2016 16:00:03 -0400 Subject: [PATCH] Export impl package from mdsal-singleton-dom-impl We need to explictly export the org.opendaylight.mdsal.singleton.dom.impl package via maven-bundle-plugin as packages with 'impl' are automatically excluded. Change-Id: I6cb644eee7dc68725adc97a3ea1665c7ef5d486c Signed-off-by: Tom Pantelis --- singleton-service/mdsal-singleton-dom-impl/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/singleton-service/mdsal-singleton-dom-impl/pom.xml b/singleton-service/mdsal-singleton-dom-impl/pom.xml index 8185a91863..97c7cb8cc1 100644 --- a/singleton-service/mdsal-singleton-dom-impl/pom.xml +++ b/singleton-service/mdsal-singleton-dom-impl/pom.xml @@ -61,6 +61,14 @@ org.apache.felix maven-bundle-plugin true + + + ${project.groupId}.${project.artifactId} + + org.opendaylight.mdsal.singleton.dom.impl + + + -- 2.36.6