BUG REPORT
Describe the bug
CI Travis jobs fail due to a validation error reported by check-binary-license script.
The error is on current master and on 4.10 branch
org.apache.httpcomponents-httpclient-4.4.1.jar unaccounted for in LICENSE
org.apache.httpcomponents-httpcore-4.4.1.jar unaccounted for in LICENSE
org.apache.thrift-libthrift-0.9.3.jar unaccounted for in LICENSE
A clear and concise description of what the bug is.
To Reproduce
Just run this script from the command line (it will build BookKeeper and perform the license checj)
.travis_scripts/build.sh
Expected behavior
No error is reported
Additional context
Those files are needed by distributed-core module and they seem to be needed in order to make the Stream Storage service to run (it is using DistributedLog).
I can reproduce the problem locally and consistently and the reported error seems real.
Maybe Travis started to fail after an upgrade of Maven ?
BUG REPORT
Describe the bug
CI Travis jobs fail due to a validation error reported by check-binary-license script.
The error is on current master and on 4.10 branch
A clear and concise description of what the bug is.
To Reproduce
Just run this script from the command line (it will build BookKeeper and perform the license checj)
.travis_scripts/build.sh
Expected behavior
No error is reported
Additional context
Those files are needed by distributed-core module and they seem to be needed in order to make the Stream Storage service to run (it is using DistributedLog).
I can reproduce the problem locally and consistently and the reported error seems real.
Maybe Travis started to fail after an upgrade of Maven ?