From 695c31a14d8900af02a98bc3b255cb1c11a197b7 Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Fri, 3 Aug 2018 17:36:10 +0530 Subject: [PATCH] BAEL-7965 JMH module fails when build (#4888) * BAEL-7965 JMH module fails when build -Added jmh module in default profile in parent pom * Update pom.xml moved jmh module to integration profile --- jmh/README.md | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jmh/README.md b/jmh/README.md index 2a2c6a173a..9c5a70e3c2 100644 --- a/jmh/README.md +++ b/jmh/README.md @@ -1,3 +1,4 @@ ## Relevant articles: - [Microbenchmarking with Java](http://www.baeldung.com/java-microbenchmark-harness) + diff --git a/pom.xml b/pom.xml index 7386111e84..34b55fd1f4 100644 --- a/pom.xml +++ b/pom.xml @@ -673,8 +673,8 @@ spring-amqp-simple spring-apache-camel spring-batch - testing-modules/junit-abstract - + testing-modules/junit-abstract + jmh