From 8758337c3b372a3c483b529fa0df02798a4c57e6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 16 Dec 2019 22:07:05 +0100 Subject: [PATCH] Remove ARIES-1923 workaround We now have proper monkey-patch in place and can therefore remove this workaround. Change-Id: I2f4665131953964a1ed64848843e039ccc7015c3 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-binding-api/pom.xml | 5 ----- opendaylight/md-sal/sal-dom-api/pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/opendaylight/md-sal/sal-binding-api/pom.xml b/opendaylight/md-sal/sal-binding-api/pom.xml index b892219118..ed34345213 100644 --- a/opendaylight/md-sal/sal-binding-api/pom.xml +++ b/opendaylight/md-sal/sal-binding-api/pom.xml @@ -13,11 +13,6 @@ 1.11.0-SNAPSHOT bundle - - - 10 - - org.opendaylight.controller diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index ec20cc7411..68aca9879b 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -13,11 +13,6 @@ 1.11.0-SNAPSHOT bundle - - - 10 - - org.opendaylight.controller -- 2.36.6