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 49402b5 typo
49402b5 is described below
commit 49402b5f071ead7b838c9379e6710ee8123ee966
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Sep 2 09:07:28 2019 +0200
typo
---
flink-filesystems/flink-fs-hadoop-shaded/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
b/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
index de028f3..3114694 100644
--- a/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
+++ b/flink-filesystems/flink-fs-hadoop-shaded/pom.xml
@@ -211,7 +211,7 @@ under the License.
<!-- 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>
+
<shadedPattern>org.apache.flink.fs.shaded.hadoop3.javax.xml.bind</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.re2j</pattern>