From ad2325a6ee75e14aa19f7e273d2e1b5912dc878e Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Fri, 18 Apr 2014 15:56:31 +0200 Subject: [PATCH] Remove dependencyManagement from MDSAL - MDSAL dependencyManagement has been removed in favor of commons.opendaylight Change-Id: Ia744c3a24cebb5bc218991037359e69071575fdc Signed-off-by: Giovanni Meo --- opendaylight/commons/opendaylight/pom.xml | 7 ++ opendaylight/md-sal/pom.xml | 94 ----------------------- 2 files changed, 7 insertions(+), 94 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 5d8dc3bf73..8be9dbe0c6 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -70,6 +70,7 @@ 1.7 1.7 1.1-SNAPSHOT + 1.9.5 0.2.5-SNAPSHOT 4.0.17.Final 0.0.3-SNAPSHOT @@ -1522,6 +1523,12 @@ ${junit.version} test + + org.mockito + mockito-all + ${mockito.version} + test + org.opendaylight.controller commons.logback_settings diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 56a41a73c5..213b5f73ea 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -62,100 +62,6 @@ - - - - 2.4.0 - 3.0.0 - 2.5 - - - 1.9.5 - UTF-8 - 0.8.1-SNAPSHOT - ${user.name}-private-view - reuseReports - https://sonar.opendaylight.org/ - target/jacoco.exec - target/jacoco-it.exec - - - jacoco - java - - - - - - - - ${project.groupId} - sal-connector-api - ${project.version} - - - org.opendaylight.controller - sal - ${sal.version} - - - org.osgi - org.osgi.compendium - - - - - org.opendaylight.controller - sal-binding-api - ${project.version} - - - org.opendaylight.controller - sal-binding-util - ${project.version} - - - org.opendaylight.controller - sal-remote - ${project.version} - - - org.opendaylight.yangtools - binding-generator-impl - ${yangtools.version} - - - org.opendaylight.yangtools - yang-parser-impl - ${yangtools.version} - - - - org.osgi - org.osgi.core - ${osgi.core.version} - - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - xml-apis - xml-apis - 1.4.01 - - - - org.mockito - mockito-all - ${mockito.version} - test - - - -- 2.36.6