From: Robert Varga Date: Mon, 2 Sep 2019 20:58:28 +0000 (+0200) Subject: Add a workaround for ARIES-1923 X-Git-Tag: v5.0.0~51 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=55938b89d2f8d0c3a727204ecd2d9acf6ae997d2;p=mdsal.git 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 --- 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