snleee opened a new pull request #3718: Remove dependencies from libraries 
under category X licenses.
URL: https://github.com/apache/incubator-pinot/pull/3718
 
 
   For an ASF project, its distribution should not contain any of work under
   category X license. After running "mvn project-info-reports:dependencies",
   three libraries are under category X libraries for our distribution package.
   This PR resolves this issue.
   
   1. Removed "pinot-perf" module from distribution package because pinot-perf
      module is pulling "jmh-core" based on GPL 2 license, which is a category 
X.
   2. Bumped up the version of org.testng from 6.0.1 to 6.11 because the old
      version was pulling in "org.beanshell:bsh:2.0b4", which is also based on
      LGPL license. The newer version no longer pulls beanshell.
   3. Bumped up the swagger version from 1.5.10 to 1.5.15. The old version was
      pulling "org.reflections:reflections:0.9.10", which pulls
      "com.google.code.findbugs:annotations", which was based on LGPL.
   
   For the list of category X licenses, please refer
   https://www.apache.org/legal/resolved.html

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to