Hi, > thanks! So there is no need to list dependencies that are only defined in pom > or package.json files? Currently, our LICENSE-binary and NOTICE-binary files > only reference such dependencies. Can we safely delete these files when they > are not bundled in the release artifact?
There is no need to list dependancies if their code is not included in the release. See the guiding principle here [1] Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html
