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
This commit is contained in:
Dhawal Kapil 2018-08-03 17:36:10 +05:30 committed by Grzegorz Piwowarek
parent b92dd4c51b
commit 695c31a14d
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
## Relevant articles:
- [Microbenchmarking with Java](http://www.baeldung.com/java-microbenchmark-harness)

View File

@ -673,8 +673,8 @@
<module>spring-amqp-simple</module>
<module>spring-apache-camel</module>
<module>spring-batch</module>
<module>testing-modules/junit-abstract</module>
<module>testing-modules/junit-abstract</module>
<module>jmh</module>
<!-- group 2 - Pass, 11-16 min, 42 test failures, 4,020 KB -->