From 55938b89d2f8d0c3a727204ecd2d9acf6ae997d2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 2 Sep 2019 22:58:28 +0200 Subject: [PATCH] Add a workaround for ARIES-1923 proxy-impl does not have an Opcodes.ASM7-compatible release, hence it fails when it encounters JEP-181 nestmates. As an interim solution, force mdsal-binding-api to target Java 10, which does not have JEP-181. Change-Id: I727082c7bc32e905ca4c23f8a35963bc69986f58 Signed-off-by: Robert Varga --- dom/mdsal-dom-api/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index 395c245331..329be895d7 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -20,6 +20,11 @@ mdsal-dom-api bundle + + + 10 + + org.opendaylight.mdsal -- 2.36.6