Reamer commented on a change in pull request #4286: URL: https://github.com/apache/zeppelin/pull/4286#discussion_r793355157
########## File path: zeppelin-interpreter-parent/pom.xml ########## @@ -33,6 +33,35 @@ <version>0.9.0-SNAPSHOT</version> <name>Zeppelin: Interpreter Parent</name> + <properties> + <log4j2.version>2.17.1</log4j2.version> + </properties> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-1.2-api</artifactId> Review comment: I think the library does almost the same as `slf4j-log4j12`. Redirect all output made against the old log4j 1.2 API to log4j2. https://logging.apache.org/log4j/2.x/log4j-1.2-api/index.html I think we should drop this managed dependency in favor of `slf4j-log4j12` and exclude `log4j-1.2-api` in other dependencies. -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org