X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=benchmarks%2Fpom.xml;h=49b0ef417dc6e0478dcef7affb99754880c353d9;hb=f16e7fc56e6be8c9305839c657788fccc6d575c5;hp=13d14bf83c2066d645c63e0d280ef38da5f7ff26;hpb=de46c5bee2fc2e9515a922944cf6c3543413c5e4;p=yangtools.git diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 13d14bf83c..49b0ef417d 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.2 + 7.0.1 4.0.0 org.opendaylight.yangtools benchmarks - 2.0.3-SNAPSHOT + 5.0.2-SNAPSHOT + + + + true + - ${project.groupId} + org.opendaylight.yangtools yang-data-impl - 2.0.3-SNAPSHOT + 5.0.2-SNAPSHOT - ${project.groupId} - yang-parser-impl - 2.0.3-SNAPSHOT + org.opendaylight.yangtools + yang-test-util + 5.0.2-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 + + + + + + + +