ibzib commented on a change in pull request #13687:
URL: https://github.com/apache/beam/pull/13687#discussion_r561151645



##########
File path: sdks/java/harness/build.gradle
##########
@@ -61,16 +62,13 @@ dependencies {
   dependOnProjects.each {
     compile project(it)
   }
-  compile library.java.jackson_databind
   shadow library.java.vendored_guava_26_0_jre
   shadowTest library.java.powermock
   shadowTest library.java.powermock_mockito
   compile library.java.joda_time
   compile library.java.slf4j_api
   compile library.java.vendored_grpc_1_26_0
-  provided library.java.error_prone_annotations
-  testCompile library.java.hamcrest_core
-  testCompile library.java.hamcrest_library
+  compile "org.checkerframework:checker-qual:2.0.0"

Review comment:
       ```suggestion
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to