From 0a462d1bac96b00d461f4c4e5317f7ce5c55e7f2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 9 Nov 2015 09:06:35 +0100 Subject: [PATCH] Remove duplicate junit dependency odlparent is already declaring the scope as test, no need to repeat that. Fixes warnings in autorelease. Change-Id: Ia0b6550d2ecbce80eefa168d78c8b50e29100698 Signed-off-by: Robert Varga --- opendaylight/md-sal/mdsal-it-parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 4d31209dea..5419c3d838 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -86,12 +86,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - junit - junit - test - - org.mockito mockito-all -- 2.36.6