From: Jakub Morvay Date: Thu, 3 Dec 2015 15:41:05 +0000 (+0100) Subject: Explicitly export package X-Git-Tag: release/beryllium~109 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=50dfa7aaad58ccdf618bc732007eaf0362c0998f Explicitly export package Explicitly export org.opendaylight.controller.cluster.schema.provider.impl package since maven bundle plugin ignores impl packages by default. Change-Id: Ic33e5a610611b703c4365b11a8a0cb587fa70030 Signed-off-by: Jakub Morvay --- diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index a764f2c499..16b005b039 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -205,6 +205,7 @@ ${project.groupId}.${project.artifactId} + org.opendaylight.controller.cluster.schema.provider.impl, {local-packages}