X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fforwardingrulesmanager%2Fimplementation%2Fpom.xml;h=1f7c17ee923e650a8398c708791e2128083720c7;hb=ffa599e18b804ff98fbcad4d99329a2f01e1f128;hp=2c0bc9319c1fc21e381d8b8db4034350c1c93758;hpb=30c334b11097201c8f8a68263bc01efb869c778b;p=controller.git diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index 2c0bc9319c..1f7c17ee92 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -1,35 +1,57 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.0 ../../commons/opendaylight + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + releasepom-0.1.0 + - org.opendaylight.controller forwardingrulesmanager.implementation - 0.4.0-SNAPSHOT + 0.4.0 bundle + + + jacoco + reuseReports + target/jacoco.exec + target/jacoco-it.exec + java + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - - - - - org.opendaylight.controller.clustering.services, - org.opendaylight.controller.configuration, + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + + + + + + org.opendaylight.controller.forwardingrulesmanager.implementation.data + + + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.configuration, org.opendaylight.controller.hosttracker, org.opendaylight.controller.hosttracker.hostAware, org.opendaylight.controller.switchmanager, @@ -37,9 +59,11 @@ org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.flowprogrammer, org.opendaylight.controller.sal.match, - org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, - org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.sal.connection, + org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.connectionmanager, javax.xml.bind.annotation, javax.xml.bind, org.apache.felix.dm, @@ -47,57 +71,90 @@ org.osgi.service.component, org.slf4j, org.eclipse.osgi.framework.console, - org.osgi.framework - - - org.opendaylight.controller.forwardingrulesmanager.internal.Activator - + org.osgi.framework + + + org.opendaylight.controller.forwardingrulesmanager.internal.Activator + org.opendaylight.controller.hosttracker + ${project.basedir}/META-INF + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + org.opendaylight.controller hosttracker - 0.4.0-SNAPSHOT + 0.4.0 org.opendaylight.controller configuration - 0.4.0-SNAPSHOT - + 0.4.0 + org.opendaylight.controller clustering.services - 0.4.0-SNAPSHOT + 0.4.0 org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT + 0.5.0 + + + org.opendaylight.controller + sal + 0.5.0 + + + org.opendaylight.controller + sal.connection + 0.1.0 + + + org.opendaylight.controller + forwardingrulesmanager + 0.4.0 - - org.opendaylight.controller - sal - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - forwardingrulesmanager - 0.4.0-SNAPSHOT - junit junit 4.8.1 test + + org.opendaylight.controller + connectionmanager + 0.1.0 +