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:
parent
b92dd4c51b
commit
695c31a14d
@ -1,3 +1,4 @@
|
|||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Microbenchmarking with Java](http://www.baeldung.com/java-microbenchmark-harness)
|
- [Microbenchmarking with Java](http://www.baeldung.com/java-microbenchmark-harness)
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -674,7 +674,7 @@
|
|||||||
<module>spring-apache-camel</module>
|
<module>spring-apache-camel</module>
|
||||||
<module>spring-batch</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 -->
|
<!-- group 2 - Pass, 11-16 min, 42 test failures, 4,020 KB -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user