Skip to content

Commit 73a1c34

Browse files
committed
Include flink-s3-fs-hadoop on uber jar
Signed-off-by: Marvin Froeder <[email protected]>
1 parent ea19fc7 commit 73a1c34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@
201201
<artifactId>sqrl-flexible-csv</artifactId>
202202
<version>${sqrl.version}</version>
203203
</dependency>
204+
<dependency>
205+
<groupId>org.apache.flink</groupId>
206+
<artifactId>flink-s3-fs-hadoop</artifactId>
207+
<version>${flink.version}</version>
208+
</dependency>
204209
</dependencies>
205210
<repositories>
206211
<repository>

0 commit comments

Comments
 (0)