From 99885ce176edfb3b9a91be8fcf5f3fd01019a52c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 2 Oct 2020 12:56:50 +0200 Subject: [PATCH] Correct mdsal-it-base dependencies This is a weird dance of dependencies, for which we need to match the content of pax-exam-features. Change-Id: Ia011022174f8d633f3ec3ac17cd2f8d7d33a7ee0 Signed-off-by: Robert Varga --- opendaylight/md-sal/mdsal-it-base/pom.xml | 14 +++++++++++--- opendaylight/md-sal/mdsal-it-parent/pom.xml | 5 ----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 48649943a8..4ed123cd22 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -83,11 +83,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pax-url-aether compile + + - javax.inject - javax.inject - compile + org.ops4j.base + ops4j-base-monitors + 1.5.1 + + org.apache.geronimo.specs + geronimo-atinject_1.0_spec + 1.0 + + org.apache.karaf.features org.apache.karaf.features.core diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 320eec8257..66b4bde8d1 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -81,11 +81,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.ops4j.pax.url pax-url-aether - - javax.inject - javax.inject - 1 - org.apache.karaf.features org.apache.karaf.features.core -- 2.36.6