X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack%2Fnet-virt-providers%2Fpom.xml;h=2d7a664cfcd42835b5988c365ceb1c4bb89f2dd5;hb=e8f3f31aaf8700244a67a228f369e67f1b935d8f;hp=455eac0494a6f3e3401fa92d63bfd01042138f34;hpb=b725205f605d64c6f09e32e7cf5ef80ed9ef43c2;p=netvirt.git diff --git a/openstack/net-virt-providers/pom.xml b/openstack/net-virt-providers/pom.xml index 455eac0494..2d7a664cfc 100644 --- a/openstack/net-virt-providers/pom.xml +++ b/openstack/net-virt-providers/pom.xml @@ -10,15 +10,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - commons - org.opendaylight.ovsdb - 1.3.0-SNAPSHOT - ../../commons/parent/pom.xml + org.opendaylight.controller + config-parent + 0.4.0-SNAPSHOT + 4.0.0 + org.opendaylight.ovsdb openstack.net-virt-providers - 1.1.0-SNAPSHOT + 1.2.1-SNAPSHOT bundle The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. https://wiki.opendaylight.org/view/OVSDB_Integration:Main @@ -42,79 +43,109 @@ and is available at http://www.eclipse.org/legal/epl-v10.html https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + 0.10.0-SNAPSHOT + 0.2.0-SNAPSHOT + 1.5.2 + ../net-virt-it/target/jacoco-it.exec + + + - org.apache.felix - org.apache.felix.dependencymanager - - - org.osgi - org.osgi.core - - - com.google.guava - guava - - - org.opendaylight.controller - sal-binding-api + org.opendaylight.ovsdb + openstack.net-virt + ${project.version} - org.opendaylight.controller - sal-common-api + org.opendaylight.ovsdb + utils.mdsal-openflow + ${project.version} - org.opendaylight.neutron - neutron-spi + org.opendaylight.ovsdb + southbound-api + ${project.version} org.opendaylight.ovsdb - openstack.net-virt + utils.servicehelper + ${project.version} + org.opendaylight.openflowplugin.model model-flow-base + ${openflowplugin.version} org.opendaylight.openflowplugin.model model-flow-service + ${openflowplugin.version} - org.opendaylight.controller.model - model-inventory + org.opendaylight.openflowplugin + openflowjava-extension-nicira + ${openflowplugin.version} + + + org.opendaylight.openflowplugin + openflowplugin-extension-nicira + ${openflowplugin.version} - org.opendaylight.yangtools - yang-binding + org.opendaylight.openflowplugin + openflowplugin-api + ${openflowplugin.version} + - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-yang-types - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model opendaylight-l2-types - org.opendaylight.ovsdb - utils.mdsal-openflow + org.opendaylight.mdsal.model + ietf-topology + - org.opendaylight.openflowplugin - openflowjava-extension-nicira + org.opendaylight.controller + liblldp + ${liblldp.version} + - org.opendaylight.openflowplugin - openflowplugin-extension-nicira + com.google.code.findbugs + jsr305 + + + io.netty + netty-buffer + + + org.apache.commons + commons-lang3 + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test org.slf4j - slf4j-api + slf4j-simple + test + org.mockito mockito-core @@ -129,11 +160,25 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.powermock powermock-module-junit4 + ${powermock.version} test org.powermock powermock-api-mockito + ${powermock.version} + test + + + org.powermock + powermock-api-support + ${powermock.version} + test + + + org.powermock + powermock-reflect + ${powermock.version} test @@ -148,34 +193,32 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.felix maven-bundle-plugin - true - - - utils.config,utils.mdsal-openflow;type=!pom;inline=false - + utils.config,utils.mdsal-openflow;type=!pom;inline=false true - org.opendaylight.ovsdb.openstack.netvirt.providers.Activator + + org.opendaylight.ovsdb.openstack.netvirt.providers, + org.opendaylight.ovsdb.openstack.netvirt.providers.openflow13 + - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.apache.maven.plugins - maven-failsafe-plugin - org.apache.maven.plugins maven-surefire-plugin - - - org.jacoco - jacoco-maven-plugin + + + **/services/*Test.java + + + + listener + org.sonar.java.jacoco.JUnitListener + + +