ctrlaltdilj commented on code in PR #27026:
URL: https://github.com/apache/flink/pull/27026#discussion_r3653729484


##########
flink-filesystems/flink-s3-fs-base/pom.xml:
##########
@@ -87,6 +91,19 @@ under the License.
                                        <groupId>com.sun.jersey</groupId>
                                        <artifactId>jersey-server</artifactId>
                                </exclusion>
+                               <!-- Pulled in by hadoop-common 3.4.x via 
com.github.pjfanning:jersey-json,
+                                    ships com/sun/jersey/json/** classes. -->
+                               <exclusion>
+                                       <groupId>com.github.pjfanning</groupId>
+                                       <artifactId>jersey-json</artifactId>
+                               </exclusion>
+                               <!-- Transitive of jersey-json above; ships 
com/sun/xml/bind/** classes
+                                    (CDDL+GPLv2-with-classpath-exception). The 
JDK provides JAXB RI; we
+                                    only ship the API as a Java 11+ 
multi-release resource. -->
+                               <exclusion>
+                                       <groupId>com.sun.xml.bind</groupId>
+                                       <artifactId>jaxb-impl</artifactId>
+                               </exclusion>

Review Comment:
   the current (Hadoop 3.3.4-based) presto jar doesn't bundle jaxb-impl either, 
it only shows up as a new transitive of hadoop-common 3.4.x via jersey-json 
(whic this PR also excludes)



-- 
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]

Reply via email to