RaulGracia opened a new pull request #2826: URL: https://github.com/apache/bookkeeper/pull/2826
### Motivation Fixes gradle build from breaking changes in PR #2792 by strictly matching both gradle and maven dependencies. ### Changes Revert `log4j` and `bouncycastle` dependencies to their original version, to strictly match what we is defined in pom.xml. Upgraded `slf4j` to match what is defined in `pom.xml`. ### How to verify it Run `gradlew` build has been also manually on a local VM: ``` /gradlew bookkeeper-server:test --tests="org.apache.bookkeeper.client.*" -Dtestlogger.theme=plain ... <============-> 98% EXECUTING [15m 52s] > :bookkeeper-server:test > 252 tests completed, 1 skipped ``` Master Issue: #2825 -- 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]
