sonam-vend commented on a change in pull request #12938:
URL: https://github.com/apache/beam/pull/12938#discussion_r539285857
##########
File path: sdks/java/io/file-based-io-tests/build.gradle
##########
@@ -31,8 +31,7 @@ dependencies {
testCompile project(path: ":sdks:java:io:parquet", configuration:
"testRuntime")
testCompile project(path: ":sdks:java:testing:test-utils", configuration:
"testRuntime")
testCompile library.java.jaxb_api
- testCompile library.java.jaxb_impl
testCompile library.java.junit
- testCompile library.java.hamcrest_core
testCompile library.java.hadoop_client
+ permitUnusedDeclared "org.checkerframework:checker-qual:3.7.0"
Review comment:
I had no idea about this, it works like magic! :D a lot of repeated
stuff got removed. Thanks for this recommendation!
----------------------------------------------------------------
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]