From: Giovanni Meo Date: Fri, 18 Apr 2014 13:56:31 +0000 (+0200) Subject: Remove dependencyManagement from MDSAL X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~196 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=ad2325a6ee75e14aa19f7e273d2e1b5912dc878e;hp=c8ac0a392258e40d2c8a722179c1a761bd9292ce;p=controller.git Remove dependencyManagement from MDSAL - MDSAL dependencyManagement has been removed in favor of commons.opendaylight Change-Id: Ia744c3a24cebb5bc218991037359e69071575fdc Signed-off-by: Giovanni Meo --- 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 - - -