X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=plugin%2Fpom.xml;h=a51e8306bc7b3f98168b816fbe9e0f0b11eb3752;hb=d124066071c665e2107efcd4e3115f2bb01f27e6;hp=623afc06b3fb4ae3b75cbdbf359a4f7998a89807;hpb=b8d77ca5945ba25814152795320abda787b2b176;p=netvirt.git diff --git a/plugin/pom.xml b/plugin/pom.xml index 623afc06b3..a51e8306bc 100755 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -1,70 +1,60 @@ - + + 4.0.0 + org.opendaylight.ovsdb - ovsdb_commons - 1.1.0-SNAPSHOT + commons + 1.4.0-SNAPSHOT ../commons/parent - ovsdb_plugin - 1.0.0-SNAPSHOT + + plugin + 1.2.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 + - - - true - - - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - com.fasterxml.jackson.core jackson-databind - ${jackson.version} - - - com.google.code.gson - gson - 2.1 - compile com.google.guava guava - ${guava.version} - - - commons-codec - commons-codec - 1.4 - true commons-collections commons-collections - 1.0 - - - commons-lang - commons-lang - 2.3 equinoxSDK381 @@ -73,51 +63,40 @@ io.netty netty-all - 4.0.10.Final - - - javax.portlet - portlet-api - 2.0 junit junit + test - org.apache.httpcomponents - httpcore-nio - 4.2.1 - true + org.apache.felix + org.apache.felix.dependencymanager - org.opendaylight.controller - clustering.services - 0.5.1-SNAPSHOT + org.opendaylight.ovsdb + library - org.opendaylight.controller - sal - 0.7.1-SNAPSHOT + org.opendaylight.ovsdb + schema.openvswitch - org.opendaylight.controller - sal.connection - 0.1.2-SNAPSHOT + org.opendaylight.ovsdb + utils.config + ${ovsdb.utils.config.version} - org.opendaylight.controller - sal.networkconfiguration - 0.0.3-SNAPSHOT + org.opendaylight.controller.model + model-inventory - org.opendaylight.ovsdb - ovsdb_library - 1.0.0-SNAPSHOT + org.slf4j + slf4j-api org.slf4j - slf4j-api + slf4j-simple @@ -132,79 +111,38 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + 2.4.0 true - org.opendaylight.controller.sal.packet, - org.opendaylight.controller.sal.action, - org.opendaylight.controller.sal.discovery, - org.opendaylight.controller.sal.topology, - org.opendaylight.controller.sal.core, - org.opendaylight.controller.sal.flowprogrammer, - org.opendaylight.controller.sal.reader, - org.opendaylight.controller.sal.inventory, - org.opendaylight.controller.sal.match, - org.opendaylight.controller.sal.utils, - org.opendaylight.controller.sal.connection, - org.opendaylight.controller.clustering.services, - org.opendaylight.controller.sal.networkconfig.bridgedomain, - org.opendaylight.ovsdb.lib.table, - org.opendaylight.ovsdb.plugin, - org.opendaylight.ovsdb.lib.notation, - org.opendaylight.ovsdb.lib.database, - org.opendaylight.ovsdb.lib.operations, - org.opendaylight.ovsdb.lib.message, - org.apache.commons.lang3.builder, - org.apache.commons.lang3.tuple, - org.apache.felix.dm, - org.slf4j, - org.eclipse.osgi.framework.console, - org.osgi.framework, - javax.net.ssl, - * - httpclient,commons-codec,httpcore-nio,javax.servlet-api,portlet-api,commons-collections;type=!pom;inline=false + commons-codec,javax.servlet-api,portlet-api,commons-collections,utils.config;type=!pom;inline=false true - org.opendaylight.ovsdb.plugin.Activator - org.opendaylight.ovsdb.plugin + org.opendaylight.ovsdb.plugin.internal.Activator + + org.opendaylight.ovsdb.plugin.impl, + org.opendaylight.ovsdb.plugin.internal + + + org.opendaylight.ovsdb.plugin, + org.opendaylight.ovsdb.plugin.api, + org.opendaylight.ovsdb.plugin.error + ${project.basedir}/META-INF org.apache.maven.plugins - maven-failsafe-plugin - - ${skip.integrationtest} - + maven-checkstyle-plugin org.apache.maven.plugins - maven-surefire-plugin - 2.16 - - - - **/*IT - - + maven-failsafe-plugin + + + 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 - - - - - integrationtest - - - false - - -