From 3764917faad73228b67ae24b6ace445efc78f6b9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 11 Apr 2020 03:40:47 +0200 Subject: [PATCH] Fix mdsal-binding-dom-codec exports We only need the .impl package exported, as we do not want to embed our -api artifact, as that just wrecks source code lookups. Change-Id: I9c85c7ba0e121c0497cd17e0fcfdc2b7133ddfc8 Signed-off-by: Robert Varga --- binding/mdsal-binding-dom-codec/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index c71e30616a..79eeda0a42 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -91,7 +91,7 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.mdsal.binding.dom.codec.*, + org.opendaylight.mdsal.binding.dom.codec.impl, ;-split-package:=error -- 2.36.6