X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=benchmarks%2Fpom.xml;h=ea60dc8cb4e3cfffe01de7281ea6190ca570ea44;hb=ca97ea8ac111ae03cf10a08c5fa1053618fdf92f;hp=fb30915ff23c10101233cea342cf6546921f29c9;hpb=bcdfc29e558e58b5df9a16587ec5785ebd732f0d;p=yangtools.git diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index fb30915ff2..ea60dc8cb4 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -7,70 +7,94 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + org.opendaylight.odlparent odlparent - 3.0.1 + 8.0.3 4.0.0 org.opendaylight.yangtools benchmarks - 2.0.1-SNAPSHOT + 7.0.0-SNAPSHOT + + + + true + - ${project.groupId} + org.opendaylight.yangtools yang-data-impl - 2.0.1-SNAPSHOT + 7.0.0-SNAPSHOT - ${project.groupId} - yang-parser-impl - 2.0.1-SNAPSHOT + org.opendaylight.yangtools + yang-test-util + 7.0.0-SNAPSHOT + compile org.openjdk.jmh jmh-core - 1.19 - - - org.openjdk.jmh - jmh-generator-annprocess - 1.19 + 1.23 - org.codehaus.mojo - exec-maven-plugin + maven-compiler-plugin - test - java - - -classpath - - org.openjdk.jmh.Main - .* - + + + org.openjdk.jmh + jmh-generator-annprocess + 1.23 + + - - - run-benchmarks - integration-test - - exec - - - + + + + + benchmarks + + + + + + org.codehaus.mojo + exec-maven-plugin + + test + java + + -classpath + + org.openjdk.jmh.Main + .* + + + + + run-benchmarks + integration-test + + exec + + + + + + + +