From e5af39cc8b49e7e0169980c9e4b8017f7d481d48 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 21 Feb 2015 11:20:45 +0100 Subject: [PATCH] xsql should pull junit directly Currently we pull junit transitively, which means it will break once the transitive dependencies change. Change-Id: I50ad5143811fb21d4719bd47085f366899ae7409 Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-dom-xsql/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opendaylight/md-sal/sal-dom-xsql/pom.xml b/opendaylight/md-sal/sal-dom-xsql/pom.xml index c7fd20248d..f0e27cf2ac 100644 --- a/opendaylight/md-sal/sal-dom-xsql/pom.xml +++ b/opendaylight/md-sal/sal-dom-xsql/pom.xml @@ -48,6 +48,10 @@ org.osgi org.osgi.core + + junit + junit + -- 2.36.6