kennknowles commented on code in PR #17317:
URL: https://github.com/apache/beam/pull/17317#discussion_r920581729


##########
sdks/java/harness/jmh/build.gradle:
##########
@@ -34,6 +34,7 @@ dependencies {
     implementation project(path: ":sdks:java:harness", configuration: "shadow")
     implementation project(":runners:java-fn-execution")
     runtimeOnly library.java.slf4j_jdk14
+    runtimeOnly library.java.byte_buddy

Review Comment:
   I'm not sure how the failure occurred, but based on grep and IWYU this 
should just not be here. I understand you added it in response to an issue. It 
sounds like there must be an error in some other module's IWYU compliance, and 
presumably is suppressed? (just a guess; I don't know)



-- 
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]

Reply via email to