From 3338c03016e49363ba84defbd67cad47b16fc657 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 18 Feb 2020 17:50:13 +0100 Subject: [PATCH] Make sure docs depend on codec-api We want to keep it properly documented, make sure to include mdsal-binding-dom-codec-api. JIRA: MDSAL-392 Change-Id: Ic0889bb8c73ebc6019dbbfdb5f0029a4754615c5 Signed-off-by: Robert Varga --- docs/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pom.xml b/docs/pom.xml index d124b650c2..f94d1b5f76 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -98,6 +98,10 @@ test-jar test + + org.opendaylight.mdsal + mdsal-binding-dom-codec-api + org.opendaylight.mdsal mdsal-binding-dom-codec -- 2.36.6