From 235f50fb287d2a6328d11d8d53642949b949f8c9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 14 Jun 2017 11:45:34 +0200 Subject: [PATCH] Pull in pax-exam-features BGPCEP downstream is using mdsal-it-base and it is failing to bring up the container, as the features are not present in local repo. Add the appropriate declaration, which fixes the breakage downstream. Change-Id: Id3c21addb628ff37fb50e705773b9e4db83d17bc Signed-off-by: Robert Varga --- opendaylight/md-sal/mdsal-it-parent/pom.xml | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 6dbd537f7e..a5791c399a 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -59,6 +59,41 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.ops4j.pax.exam pax-exam + + org.ops4j.pax.exam + pax-exam-features + xml + + + ${exam.version} + test + + + org.ops4j.pax.exam + pax-exam-extender-service + + + ${exam.version} + test + + + org.ops4j.pax.exam + pax-exam-inject + + + ${exam.version} + test + + + + org.ops4j.pax.exam + pax-exam-invoker-junit + + + ${exam.version} + test + + org.ops4j.pax.url pax-url-aether -- 2.36.6