From f8067891c78de0b970dc51511dab8e5b8817cf82 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 19 Feb 2020 17:50:33 +0100 Subject: [PATCH 1/1] runtime-api does not depend on spec-util This is a bad dependency -- nothing in the API should depend on details of the binding spec. JIRA: MDSAL-392 Change-Id: I0fd60b7f4531656b8b82cdabd3e1c8777ac92eb7 Signed-off-by: Robert Varga --- binding/mdsal-binding-runtime-api/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/binding/mdsal-binding-runtime-api/pom.xml b/binding/mdsal-binding-runtime-api/pom.xml index a382d2ef26..f099be4d1b 100644 --- a/binding/mdsal-binding-runtime-api/pom.xml +++ b/binding/mdsal-binding-runtime-api/pom.xml @@ -28,10 +28,6 @@ org.opendaylight.yangtools yang-model-util - - org.opendaylight.mdsal - mdsal-binding-spec-util - org.opendaylight.mdsal mdsal-binding-generator-api -- 2.36.6