X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=northbound%2Fpom.xml;h=2a44f37d51186f19280799d0db5ca6091e9af663;hb=0c0b3046e7164b7962a51533b2932796afdee1de;hp=8f9891ba3f533b558670f90db3bd83eccdece519;hpb=864f0cc7987a7a8ff34ff74dbfbe25d2ec7e593d;p=netvirt.git diff --git a/northbound/pom.xml b/northbound/pom.xml index 8f9891ba3f..2a44f37d51 100644 --- a/northbound/pom.xml +++ b/northbound/pom.xml @@ -1,58 +1,121 @@ - + + 4.0.0 + org.opendaylight.ovsdb - ovsdb_commons - 1.1.0-SNAPSHOT + commons + 1.4.0-SNAPSHOT ../commons/parent - ovsdb_northbound - 0.6.0-SNAPSHOT - bundle - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - + northbound + 0.8.0-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 + + + Eclipse Public License v1.0 + http://www.eclipse.org/legal/epl-v10.html + + + + + Sam Hague + shague@gmail.com + https://github.com/shague + + + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + + com.fasterxml.jackson.core jackson-core - ${jackson.version} - com.fasterxml.jackson.core jackson-databind - ${jackson.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} + + + org.mockito + mockito-core + test + + + org.powermock + powermock-api-mockito + test + + + org.powermock + powermock-core + test + + + org.powermock + powermock-module-junit4 + test org.opendaylight.controller commons.northbound - 0.4.2-SNAPSHOT org.opendaylight.controller sal - 0.7.1-SNAPSHOT org.opendaylight.ovsdb - ovsdb_library - 1.0.0-SNAPSHOT + library org.opendaylight.ovsdb - ovsdb_plugin - 1.0.0-SNAPSHOT + plugin + + + org.opendaylight.ovsdb + utils.servicehelper + + + com.google.guava + guava + + + com.sun.jersey + jersey-core + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + junit + junit + test @@ -73,36 +136,41 @@ com.sun.jersey.spi.container.servlet, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.authorization, - org.opendaylight.ovsdb.lib.table, + org.opendaylight.ovsdb.plugin.api, + org.opendaylight.ovsdb.lib, + org.opendaylight.ovsdb.lib.jsonrpc, org.opendaylight.ovsdb.lib.notation, - org.opendaylight.ovsdb.plugin, + org.opendaylight.ovsdb.lib.operations, + org.opendaylight.ovsdb.lib.message, + org.opendaylight.ovsdb.lib.schema, + org.opendaylight.ovsdb.lib.schema.typed, javax.ws.rs, javax.ws.rs.core, javax.xml.bind, javax.xml.bind.annotation, org.slf4j, org.apache.catalina.filters, - com.fasterxml.jackson.databind.annotation, - com.fasterxml.jackson.annotation, - !org.codehaus.enunciate.jaxrs + !org.codehaus.enunciate.jaxrs,* - /ovsdb/nb/v2 + /ovsdb/nb ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.apache.maven.plugins + maven-checkstyle-plugin + org.codehaus.enunciate maven-enunciate-plugin ${enunciate.version} + + org.jacoco + jacoco-maven-plugin + - - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - scm:git:ssh://git.opendaylight.org:29418/ovsdb.git - HEAD - https://wiki.opendaylight.org/view/OVSDB_Integration:Main -