From 56c486fb34b8ff606ad72629a9fc5c2348339269 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 22:21:12 +0100 Subject: [PATCH] Cleanup benchmark-data-store/pom.xml Restructuring to not inherit from aggregator pom. Also bump JMH while we're here. Change-Id: I1e9321ddc4812d2057872c52d14408ed3ca7b57b Signed-off-by: Robert Varga --- .../md-sal/benchmark-data-store/pom.xml | 36 +++++++++++++++---- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/opendaylight/md-sal/benchmark-data-store/pom.xml b/opendaylight/md-sal/benchmark-data-store/pom.xml index 8f704a9c6b..6c506d01fa 100644 --- a/opendaylight/md-sal/benchmark-data-store/pom.xml +++ b/opendaylight/md-sal/benchmark-data-store/pom.xml @@ -9,14 +9,38 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + 4.0.0 - sal-parent - org.opendaylight.controller - 1.5.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 1.8.0-SNAPSHOT + - 4.0.0 + + org.opendaylight.controller benchmark-data-store + 1.5.0-SNAPSHOT + jar + + + + + org.opendaylight.yangtools + yangtools-artifacts + 1.1.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + @@ -26,12 +50,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.openjdk.jmh jmh-core - 1.17.3 + 1.17.5 org.openjdk.jmh jmh-generator-annprocess - 1.17.3 + 1.17.5 org.opendaylight.controller -- 2.36.6