Skip to content

Commit

Permalink
[Feature][Connector-V2][S3] Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Oct 17, 2022
1 parent ac78f3b commit 474dc86
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,28 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>avro</artifactId>
<groupId>org.apache.avro</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-aws</artifactId>
<version>${hadoop-aws.version}</version>
<exclusions>
<exclusion>
<artifactId>hadoop-common</artifactId>
<groupId>org.apache.hadoop</groupId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit 474dc86

Please sign in to comment.