File tree Expand file tree Collapse file tree
flink-filesystems/flink-s3-fs-native
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments