X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=northbound%2Fpom.xml;h=594fd4cc583d6dca8b105d1b157c291c4254e3da;hb=25da7057ac2db5ff770df762f589d14ecf757427;hp=8f9891ba3f533b558670f90db3bd83eccdece519;hpb=1c08b55f854424d0bc3b3cc1a3de319a8ad9baab;p=ovsdb.git diff --git a/northbound/pom.xml b/northbound/pom.xml index 8f9891ba3..594fd4cc5 100644 --- a/northbound/pom.xml +++ b/northbound/pom.xml @@ -1,58 +1,92 @@ - + + 4.0.0 + org.opendaylight.ovsdb - ovsdb_commons - 1.1.0-SNAPSHOT + commons + 1.3.0-SNAPSHOT ../commons/parent - ovsdb_northbound - 0.6.0-SNAPSHOT - bundle - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - + northbound + 0.7.0-SNAPSHOT + bundle + 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 + + + com.google.guava + guava + + + com.sun.jersey + jersey-core + + + org.slf4j + slf4j-api + + + junit + junit + test @@ -73,36 +107,49 @@ 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 +