Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions flink-filesystems/flink-s3-fs-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@ under the License.
<artifactId>presto-memory-context</artifactId>
</exclusion>

<!-- Alluxio: only used by Presto's caching filesystem, which the S3
file system does not use. The shaded client is an outdated uber-jar
that unnecessarily bloats the bundle. -->
<exclusion>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-shaded-client</artifactId>
</exclusion>

<!-- Airlift -->
<exclusion>
<groupId>io.airlift</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ This project bundles the following dependencies under the Apache Software Licens
- io.airlift:slice:0.38
- io.airlift:units:1.3
- joda-time:joda-time:2.5
- org.alluxio:alluxio-shaded-client:2.8.1
- org.apache.commons:commons-compress:1.26.0
- org.apache.commons:commons-configuration2:2.1.1
- org.apache.commons:commons-lang3:3.18.0
Expand Down