From: Kalvin Hom Date: Thu, 2 May 2013 22:45:30 +0000 (-0700) Subject: Change HostTracker.IntegrationTest X-Git-Tag: releasepom-0.1.0~496^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0e04e05550fd15d7960e729ba0e73ddc7a24ba18 Change HostTracker.IntegrationTest to use clustering.stub instead of services-implementation. Fixed typos for jacoco.exec Change-Id: Ie699afad7c7c109b517db592c99a20606c8dc867 Signed-off-by: Kalvin Hom --- diff --git a/opendaylight/hosttracker/implementation/pom.xml b/opendaylight/hosttracker/implementation/pom.xml index 402dfe32e3..e7788d999a 100644 --- a/opendaylight/hosttracker/implementation/pom.xml +++ b/opendaylight/hosttracker/implementation/pom.xml @@ -18,7 +18,7 @@ jacoco reuseReports - target/jacobo.exec + target/jacoco.exec target/jacoco-it.exec java diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index 0d2d18ca27..d68189ad0f 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -59,7 +59,7 @@ org.opendaylight.controller - clustering.services-implementation + clustering.stub 0.4.0-SNAPSHOT diff --git a/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIntegrationTest.java b/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIntegrationTest.java index fb5367c528..c5407794d2 100644 --- a/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIntegrationTest.java +++ b/opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIntegrationTest.java @@ -121,7 +121,7 @@ public class HostTrackerIntegrationTest { mavenBundle("org.opendaylight.controller", "clustering.services", "0.4.0-SNAPSHOT"), mavenBundle("org.opendaylight.controller", - "clustering.services-implementation", "0.4.0-SNAPSHOT"), + "clustering.stub", "0.4.0-SNAPSHOT"), // needed by forwardingrulesmanager mavenBundle("org.opendaylight.controller", "switchmanager", diff --git a/opendaylight/statisticsmanager/implementation/pom.xml b/opendaylight/statisticsmanager/implementation/pom.xml index 311204b545..fdc2efa5c2 100644 --- a/opendaylight/statisticsmanager/implementation/pom.xml +++ b/opendaylight/statisticsmanager/implementation/pom.xml @@ -16,7 +16,7 @@ jacoco reuseReports - target/jacobo.exec + target/jacoco.exec target/jacoco-it.exec java @@ -106,4 +106,4 @@ 0.4.0-SNAPSHOT - \ No newline at end of file +