From ae96e7d4bc40b171aa0fa55ded4a3a8a0ffa871c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 22 Mar 2018 15:44:37 +0100 Subject: [PATCH] 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 --- features/benchmark/odl-mdsal-benchmark/pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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} -- 2.36.6