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

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


The following commit(s) were added to refs/heads/master by this push:
     new ffca99d5f36 [FLINK-27763][kinesis][tests] Remove netty 
bundling&relocation
ffca99d5f36 is described below

commit ffca99d5f369c21182b729ce5abe082ffa40d579
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue May 24 18:19:33 2022 +0200

    [FLINK-27763][kinesis][tests] Remove netty bundling&relocation
---
 .../flink-streaming-kinesis-test/pom.xml           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml 
b/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml
index 5b3824eb56a..3035b532909 100644
--- a/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml
+++ b/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml
@@ -106,33 +106,6 @@ under the License.
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
                                <executions>
-                                       <execution>
-                                               <id>shade-flink</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>shade</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <!-- required for the 
Kinesis e2e test -->
-                                                       
<shadeTestJar>true</shadeTestJar>
-                                                       
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                                                       <artifactSet 
combine.children="append">
-                                                               <includes>
-                                                                       
<include>io.netty:*</include>
-                                                               </includes>
-                                                       </artifactSet>
-                                                       <relocations 
combine.children="override">
-                                                               <relocation>
-                                                                       
<pattern>io.netty</pattern>
-                                                                       
<shadedPattern>org.apache.flink.shaded.netty4.io.netty</shadedPattern>
-                                                               </relocation>
-                                                               <relocation>
-                                                                       
<pattern>io.netty</pattern>
-                                                                       
<shadedPattern>org.apache.flink.kinesis.shaded.io.netty</shadedPattern>
-                                                               </relocation>
-                                                       </relocations>
-                                               </configuration>
-                                       </execution>
                                        <execution>
                                                <id>fat-jar-kinesis-example</id>
                                                <phase>package</phase>

Reply via email to