sv2000 commented on a change in pull request #3296:
URL: https://github.com/apache/gobblin/pull/3296#discussion_r662460797
##########
File path: gobblin-modules/gobblin-azkaban/build.gradle
##########
@@ -38,6 +38,7 @@ dependencies {
compile externalDependency.httpclient
compile externalDependency.httpmime
compile externalDependency.jodaTime
+ compile externalDependency.log4j
Review comment:
The log4j dependency of this module was explicitly removed in
https://github.com/apache/gobblin/pull/3081/files. This module depends on
log4j-over-slf4j module, and you should be able to use the log4j APIs via that
module.
--
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]