From 79c63d9a13608f94d0c26c24969118421ebdb881 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 21 Jun 2023 00:23:01 +0200 Subject: [PATCH] Clean up mdsal-binding-runtime-spi dependencies We are using JDT annotations, make that explicit. Change-Id: Ib31a9e7920fdd765a442a9ed778881b8477ac778 Signed-off-by: Robert Varga --- binding/mdsal-binding-runtime-spi/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binding/mdsal-binding-runtime-spi/pom.xml b/binding/mdsal-binding-runtime-spi/pom.xml index 62c4721630..adc8d5bd07 100644 --- a/binding/mdsal-binding-runtime-spi/pom.xml +++ b/binding/mdsal-binding-runtime-spi/pom.xml @@ -34,6 +34,10 @@ checker-qual true + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.yangtools concepts -- 2.36.6