From b8d72c1532d757be01035a991f8a0760af57d053 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 28 Apr 2022 19:34:35 +0200 Subject: [PATCH 1/1] Do not depend directly on mdsal-binding-dom-codec Depend on the API package, not the entire codec. Change-Id: Ibcb0e8187cbf9bbca179ebe93b25bde56098b24c Signed-off-by: Robert Varga --- opendaylight/blueprint/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 074343f8a0..42a1d5a489 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -72,7 +72,7 @@ org.opendaylight.mdsal - mdsal-binding-dom-codec + mdsal-binding-dom-codec-api org.opendaylight.yangtools -- 2.36.6