This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch java11_test
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/java11_test by this push:
     new 7cb3032  relocate jaxb-api
7cb3032 is described below

commit 7cb3032e911a59efb89d9e1d64348533e246a250
Author: Chesnay Schepler <[email protected]>
AuthorDate: Sun Sep 1 20:20:27 2019 +0200

    relocate jaxb-api
---
 flink-filesystems/flink-fs-hadoop-shaded/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/flink-filesystems/flink-fs-hadoop-shaded/pom.xml 
b/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
index 8dd1f89..de028f3 100644
--- a/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
+++ b/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
@@ -210,6 +210,10 @@ under the License.
                                                        <relocations>
                                                                <!-- we shade 
only the parts that are internal to Hadoop and not used / exposed downstream -->
                                                                <relocation>
+                                                                       
<pattern>javax.xml.bind</pattern>
+                                                                       
<shadedPatern>org.apache.flink.fs.shaded.hadoop3.javax.xml.bind</shadedPatern>
+                                                               </relocation>
+                                                               <relocation>
                                                                        
<pattern>com.google.re2j</pattern>
                                                                        
<shadedPattern>org.apache.flink.fs.shaded.hadoop3.com.google.re2j</shadedPattern>
                                                                </relocation>

Reply via email to