From: Robert Varga Date: Thu, 22 Mar 2018 14:44:37 +0000 (+0100) Subject: Fix duplicate benchmark packaging X-Git-Tag: release/fluorine~140 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ae96e7d4bc40b171aa0fa55ded4a3a8a0ffa871c Fix duplicate benchmark packaging mvn:org.opendaylight.controller/dsbenchmark and mvn:org.opendaylight.controller/ntfbenchmark are being repackaged in odl-mdsal-benchmark. Pull corresponding features instead. Change-Id: I0a2fdbd8047a00f3953d33d0299acc6f5cea271f Signed-off-by: Robert Varga --- diff --git a/features/benchmark/odl-mdsal-benchmark/pom.xml b/features/benchmark/odl-mdsal-benchmark/pom.xml index 8e551c5279..da7a1f942f 100644 --- a/features/benchmark/odl-mdsal-benchmark/pom.xml +++ b/features/benchmark/odl-mdsal-benchmark/pom.xml @@ -42,18 +42,17 @@ ${project.groupId} - benchmark-api - ${project.version} - - - ${project.groupId} - dsbenchmark + odl-dsbenchmark ${project.version} + xml + features ${project.groupId} - ntfbenchmark + odl-ntfbenchmark ${project.version} + xml + features ${project.groupId}