X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fswitchmanager%2Fimplementation%2Fpom.xml;h=f86f521bd2b032cebdd5bba5c568127d2cfb6166;hb=8e1895513fc40a3cfb274262cd4d6027b0bd5310;hp=6f7a7ea13c0ed1954dd44a9ff4602fcb4e567ac3;hpb=6ce68c7d4d71586d027668df5d9427d663d6b210;p=controller.git diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 6f7a7ea13c..f86f521bd2 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller switchmanager.implementation 0.4.0-SNAPSHOT bundle @@ -18,7 +17,7 @@ jacoco reuseReports - target/jacobo.exec + target/jacoco.exec target/jacoco-it.exec java @@ -34,34 +33,38 @@ - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - - - - org.opendaylight.controller.switchmanager, - org.opendaylight.controller.clustering.services, - org.opendaylight.controller.configuration, - org.opendaylight.controller.sal.core, + org.apache.felix + maven-bundle-plugin + 2.3.6 + true + + + + + + org.opendaylight.controller.switchmanager, + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.configuration, + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, + org.opendaylight.controller.sal.reader, org.opendaylight.controller.sal.inventory, + org.opendaylight.controller.statisticsmanager, org.slf4j, org.apache.felix.dm, org.eclipse.osgi.framework.console, org.osgi.framework, + org.apache.felix.service.command, javax.xml.bind.annotation, org.apache.commons.lang3.builder - org.opendaylight.controller.switchmanager.internal.Activator + org.opendaylight.controller.switchmanager.internal.Activator - - + + ${project.basedir}/META-INF + org.jacoco @@ -88,25 +91,30 @@ - - org.opendaylight.controller - clustering.services - 0.4.0-SNAPSHOT - + + org.opendaylight.controller + clustering.services + 0.4.0-SNAPSHOT + org.opendaylight.controller configuration 0.4.0-SNAPSHOT - - - org.opendaylight.controller - sal - 0.5.0-SNAPSHOT - - - org.opendaylight.controller - switchmanager - 0.4.0-SNAPSHOT - + + + org.opendaylight.controller + sal + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + switchmanager + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + statisticsmanager + 0.4.0-SNAPSHOT +