lhotari opened a new pull request #10147:
URL: https://github.com/apache/pulsar/pull/10147
### Motivation
- Fix low-severity issue CVE-2020-15250
- Fix some test dependencies leaking to production dependencies
- this was causing an odd issue that switched junit:junit dependency from
test scope to compile scope
### Modifications
- Use maven dependency management to set junit version to 4.13.1
- Exclude grpc-testing from org.apache.bookkeeper:stream-storage-java-client
dependency since it was causing junit to leak into production 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.
For queries about this service, please contact Infrastructure at:
[email protected]