From da71de726c3478fc801a5a785a0ba37cf8e02f56 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 29 May 2020 19:26:17 +0200 Subject: [PATCH] Use ranges for odl-mdsal-binding-runtime-api dependencies mdsal-binding-runtime-spi depends on parser implementation for now, hence we should bring in the appropriate range of upstream features. Change-Id: I6cee7c0c86cc6dfda9ca3497cb66eb132af791de Signed-off-by: Robert Varga --- .../src/main/feature/feature.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml diff --git a/features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml b/features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml new file mode 100644 index 0000000000..a1bf9b085c --- /dev/null +++ b/features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml @@ -0,0 +1,7 @@ + + + + odl-yangtools-data + odl-yangtools-parser + + -- 2.36.6