From d15d7f2fdbf66123b2b5969cba3495b31e469fca Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Apr 2020 22:06:35 +0200 Subject: [PATCH] Update benchmark integration Reuse mdsal-parent to get both the project version and dependency declarations, eliminating some amount of duplication. Change-Id: I08bbae324edc340daef748803284853ddbba5b2d Signed-off-by: Robert Varga --- benchmark/api/pom.xml | 12 +++----- benchmark/dsbenchmark/pom.xml | 56 +++------------------------------- benchmark/ntfbenchmark/pom.xml | 24 +++------------ benchmark/rpcbenchmark/pom.xml | 24 +++------------ 4 files changed, 20 insertions(+), 96 deletions(-) diff --git a/benchmark/api/pom.xml b/benchmark/api/pom.xml index a74f291504..39b9cb2896 100644 --- a/benchmark/api/pom.xml +++ b/benchmark/api/pom.xml @@ -7,17 +7,16 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> + 4.0.0 - org.opendaylight.mdsal - binding-parent - 6.0.0 - + org.opendaylight.controller + mdsal-parent + 2.0.0-SNAPSHOT + ../../opendaylight/md-sal/parent - 4.0.0 org.opendaylight.controller benchmark-api - 2.0.0-SNAPSHOT bundle @@ -26,5 +25,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html yang-ext - diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index 1cc3b74330..d76e366b96 100644 --- a/benchmark/dsbenchmark/pom.xml +++ b/benchmark/dsbenchmark/pom.xml @@ -8,32 +8,18 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.mdsal - binding-parent - 6.0.0 - + org.opendaylight.controller + mdsal-parent + 2.0.0-SNAPSHOT + ../../opendaylight/md-sal/parent - 4.0.0 org.opendaylight.controller dsbenchmark - 2.0.0-SNAPSHOT bundle - - - - org.opendaylight.controller - controller-artifacts - 2.0.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller @@ -52,36 +38,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html yang-data-impl - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.jacoco - jacoco-maven-plugin - [0.7.2.201409121644,) - - prepare-agent - - - - - - - - - - - - - diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index a78896f493..32c51d2d61 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -8,32 +8,18 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.mdsal - binding-parent - 6.0.0 - + org.opendaylight.controller + mdsal-parent + 2.0.0-SNAPSHOT + ../../opendaylight/md-sal/parent - 4.0.0 org.opendaylight.controller ntfbenchmark - 2.0.0-SNAPSHOT bundle - - - - org.opendaylight.controller - controller-artifacts - 2.0.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 794befefe1..69f051c159 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -8,32 +8,18 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.mdsal - binding-parent - 6.0.0 - + org.opendaylight.controller + mdsal-parent + 2.0.0-SNAPSHOT + ../../opendaylight/md-sal/parent - 4.0.0 org.opendaylight.controller rpcbenchmark - 2.0.0-SNAPSHOT bundle - - - - org.opendaylight.controller - controller-artifacts - 2.0.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller -- 2.36.6