mosche commented on code in PR #23041:
URL: https://github.com/apache/beam/pull/23041#discussion_r969335215
##########
sdks/java/testing/test-utils/build.gradle:
##########
@@ -37,6 +37,7 @@ dependencies {
implementation library.java.http_client
implementation library.java.http_core
implementation library.java.slf4j_api
+ provided library.java.jmh_core
Review Comment:
Motivation was to not include `jmh-core` on every classpath that depends on
`test-utils`. Happy to change to `implementation` if you prefer
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]