X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fstatisticsmanager%2Fimplementation%2Fpom.xml;h=bc7d458c466758fc65aa0de080c36a22c8940c54;hb=0871ab091d6a9767ff0cf5d3c42aa869f4bcaca4;hp=1786d003cd4c1be700e3339fbfc3d13ca2013b9f;hpb=b9275a7d6d29b52fbc6f5c6437e5aacfb122fa8c;p=controller.git diff --git a/opendaylight/statisticsmanager/implementation/pom.xml b/opendaylight/statisticsmanager/implementation/pom.xml index 1786d003cd..bc7d458c46 100644 --- a/opendaylight/statisticsmanager/implementation/pom.xml +++ b/opendaylight/statisticsmanager/implementation/pom.xml @@ -1,23 +1,27 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT ../../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 + HEAD + + statisticsmanager.implementation - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle - jacoco reuseReports - target/jacoco.exec + target/jacoco.exec target/jacoco-it.exec - java @@ -25,7 +29,7 @@ org.jacoco jacoco-maven-plugin - 0.5.3.201107060350 + ${jacoco.version} @@ -33,17 +37,25 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true + org.opendaylight.controller.clustering.services, org.opendaylight.controller.containermanager, org.opendaylight.controller.sal.core, - org.opendaylight.controller.sal.flowprogrammer, org.slf4j, + org.opendaylight.controller.sal.flowprogrammer, org.opendaylight.controller.sal.reader, + org.opendaylight.controller.sal.utils, + org.slf4j, + org.opendaylight.controller.sal.inventory, + org.opendaylight.controller.sal.match, + org.opendaylight.controller.sal.connection, + org.opendaylight.controller.switchmanager, org.opendaylight.controller.statisticsmanager, org.opendaylight.controller.forwardingrulesmanager, + org.opendaylight.controller.connectionmanager, org.apache.felix.dm @@ -52,6 +64,7 @@ + ${project.basedir}/META-INF @@ -82,27 +95,34 @@ org.opendaylight.controller statisticsmanager - 0.4.0-SNAPSHOT org.opendaylight.controller sal - 0.5.0-SNAPSHOT org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.4.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.4.0-SNAPSHOT + + + org.opendaylight.controller + connectionmanager + + + junit + junit + + + org.opendaylight.controller + commons.logback_settings