File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 <scope >provided</scope >
8080 </dependency >
8181
82- <dependency >
83- <groupId >software.amazon.msk</groupId >
84- <artifactId >aws-msk-iam-auth</artifactId >
85- <version >${aws-msk-iam-auth.version} </version >
86- <scope >provided</scope >
87- </dependency >
88-
8982 <!-- Required for Iceberg to work -->
9083 <dependency >
9184 <groupId >org.apache.hadoop</groupId >
218211 <version >${picocli.version} </version >
219212 </dependency >
220213
214+ <dependency >
215+ <groupId >software.amazon.msk</groupId >
216+ <artifactId >aws-msk-iam-auth</artifactId >
217+ <version >${aws-msk-iam-auth.version} </version >
218+ </dependency >
219+
221220 <!-- Runtime -->
222221 <dependency >
223222 <groupId >org.apache.logging.log4j</groupId >
489488 </artifactItems >
490489 </configuration >
491490 </execution >
492- <execution >
493- <id >copy-aws-msk-iam-auth</id >
494- <goals >
495- <goal >copy-dependencies</goal >
496- </goals >
497- <phase >prepare-package</phase >
498- <configuration >
499- <includeGroupIds >software.amazon.msk</includeGroupIds >
500- <includeArtifactIds >aws-msk-iam-auth</includeArtifactIds >
501- <outputDirectory >${project.build.directory} </outputDirectory >
502- </configuration >
503- </execution >
504491 <execution >
505492 <id >copy-s3-fs-hadoop</id >
506493 <goals >
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ FROM apache/flink:${flink-base-image}
1818
1919RUN mkdir -p /opt/flink/plugins/flink-sql-runner
2020
21- COPY aws-msk-iam-auth-*.jar /opt/flink/lib
2221COPY flink-s3-fs-hadoop-*.jar /opt/flink/lib
2322COPY hadoop-common-*.jar /opt/flink/lib
2423COPY hadoop-hdfs-client-*.jar /opt/flink/lib
You can’t perform that action at this time.
0 commit comments