提交 84d0677f 编写于 作者: S Stephan Ewen

[FLINK-7973] [filesystems] Fix shading patterns for META-INF/services entries

上级 87bf5781
......@@ -226,6 +226,7 @@ under the License.
<goal>shade</goal>
</goals>
<configuration>
<shadeTestJar>false</shadeTestJar>
<artifactSet>
<includes>
<include>*:*</include>
......@@ -234,23 +235,27 @@ under the License.
<relocations>
<relocation>
<pattern>org</pattern>
<shadedPattern>org.apache.flink.s3hadoop.shaded.org</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.shaded.org</shadedPattern>
<excludes>
<exclude>org.apache.flink.core.fs.FileSystemFactory</exclude>
<exclude>org.apache.flink.fs.s3hadoop.**</exclude>
</excludes>
</relocation>
<relocation>
<pattern>com</pattern>
<shadedPattern>org.apache.flink.s3hadoop.shaded.com</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.shaded.com</shadedPattern>
</relocation>
<relocation>
<pattern>net</pattern>
<shadedPattern>org.apache.flink.s3hadoop.shaded.net</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.shaded.net</shadedPattern>
</relocation>
<relocation>
<pattern>okio</pattern>
<shadedPattern>org.apache.flink.s3hadoop.shaded.okio</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.shaded.okio</shadedPattern>
</relocation>
<relocation>
<pattern>software</pattern>
<shadedPattern>org.apache.flink.s3hadoop.shaded.software</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.shaded.software</shadedPattern>
</relocation>
</relocations>
<filters>
......
......@@ -226,6 +226,7 @@ under the License.
<goal>shade</goal>
</goals>
<configuration>
<shadeTestJar>false</shadeTestJar>
<artifactSet>
<includes>
<include>*:*</include>
......@@ -237,23 +238,27 @@ under the License.
<relocations>
<relocation>
<pattern>org</pattern>
<shadedPattern>org.apache.flink.s3presto.shaded.org</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3presto.shaded.org</shadedPattern>
<excludes>
<exclude>org.apache.flink.core.fs.FileSystemFactory</exclude>
<exclude>org.apache.flink.fs.s3presto.**</exclude>
</excludes>
</relocation>
<relocation>
<pattern>com</pattern>
<shadedPattern>org.apache.flink.s3presto.shaded.com</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3presto.shaded.com</shadedPattern>
</relocation>
<relocation>
<pattern>io</pattern>
<shadedPattern>org.apache.flink.s3presto.shaded.io</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3presto.shaded.io</shadedPattern>
</relocation>
<relocation>
<pattern>net</pattern>
<shadedPattern>org.apache.flink.s3presto.shaded.net</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3presto.shaded.net</shadedPattern>
</relocation>
<relocation>
<pattern>software</pattern>
<shadedPattern>org.apache.flink.s3presto.shaded.software</shadedPattern>
<shadedPattern>org.apache.flink.fs.s3presto.shaded.software</shadedPattern>
</relocation>
</relocations>
<filters>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册