robertwb commented on code in PR #30403:
URL: https://github.com/apache/beam/pull/30403#discussion_r1501236860
##########
runners/core-java/build.gradle:
##########
@@ -46,6 +46,8 @@ dependencies {
implementation library.java.joda_time
implementation library.java.vendored_grpc_1_60_1
implementation library.java.slf4j_api
+ implementation library.java.jackson_core
+ implementation library.java.jackson_databind
Review Comment:
Ugh...
@kennknowles would be in a better position to answer this.
We could re-introduce runners-core-construction with this as the sole class
if needed if we can't place it in runners-core itself.
--
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]