Skip to content

Commit 13a86e4

Browse files
[FLINK-40506][s3] Shade all runtime deps in flink-s3-fs-native to avoid silently dropping plugin dependencies
1 parent b53ea1b commit 13a86e4

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

flink-filesystems/flink-s3-fs-native/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,7 @@ under the License.
181181
<configuration>
182182
<artifactSet>
183183
<includes>
184-
<include>software.amazon.awssdk:*</include>
185-
<include>org.apache.httpcomponents:*</include>
186-
<include>commons-logging:*</include>
187-
<include>org.reactivestreams:*</include>
188-
<include>io.netty:*</include>
189-
<include>com.typesafe.netty:*</include>
184+
<include>*:*</include>
190185
</includes>
191186
</artifactSet>
192187
<relocations>

flink-filesystems/flink-s3-fs-native/src/main/resources/META-INF/NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ This project bundles the following dependencies under the Apache Software Licens
3939
- software.amazon.awssdk:third-party-jackson-core:2.44.4
4040
- software.amazon.awssdk:utils:2.44.4
4141
- software.amazon.awssdk:utils-lite:2.44.4
42+
- software.amazon.eventstream:eventstream:1.0.1
4243
- org.apache.httpcomponents:httpclient:4.5.13
4344
- org.apache.httpcomponents:httpcore:4.4.14
45+
- commons-codec:commons-codec:1.15
4446
- commons-logging:commons-logging:1.1.3
4547
- io.netty:netty-buffer:4.2.15.Final
4648
- io.netty:netty-codec:4.2.15.Final

0 commit comments

Comments
 (0)