pjfanning commented on code in PR #7019: URL: https://github.com/apache/hadoop/pull/7019#discussion_r1912457983
########## LICENSE-binary: ########## @@ -498,12 +498,16 @@ org.slf4j:slf4j-reload4j:1.7.36 CDDL 1.1 + GPLv2 with classpath exception ----------------------------------------- -com.github.pjfanning:jersey-json:1.22.0 -com.sun.jersey:jersey-client:1.19.4 -com.sun.jersey:jersey-core:1.19.4 -com.sun.jersey:jersey-guice:1.19.4 -com.sun.jersey:jersey-server:1.19.4 -com.sun.jersey:jersey-servlet:1.19.4 +org.glassfish.jersey.core:jersey-common:2.46 Review Comment: this looks like the wrong license group https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-common/2.46 jersey 2 is licensed under Apache License (very important) and 3 other licenses. ``` <licenses> <license> <name>EPL 2.0</name> <url>http://www.eclipse.org/legal/epl-2.0</url> <distribution>repo</distribution> <comments>Except for Guava, JSR-166 files, Dropwizard Monitoring inspired classes, ASM and Jackson JAX-RS Providers. See also https://github.com/eclipse-ee4j/jersey/blob/master/NOTICE.md</comments> </license> <license> <name>The GNU General Public License (GPL), Version 2, With Classpath Exception</name> <url>https://www.gnu.org/software/classpath/license.html</url> <distribution>repo</distribution> <comments>Except for Guava, and JSR-166 files. See also https://github.com/eclipse-ee4j/jersey/blob/master/NOTICE.md</comments> </license> <license> <name>Apache License, 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> <comments>Google Guava @ org.glassfish.jersey.internal.guava</comments> </license> <license> <name>Public Domain</name> <url>https://creativecommons.org/publicdomain/zero/1.0/</url> <distribution>repo</distribution> <comments>JSR-166 Extension to JEP 266 @ org.glassfish.jersey.internal.jsr166</comments> </license> </licenses> ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
