Skip to content

Commit

Permalink
[Improve][Engine]remove unnecessary dependencies (apache#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx authored and lhyundeadsoul committed Jan 3, 2023
1 parent 9873435 commit 333303d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions seatunnel-engine/seatunnel-engine-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
Expand Down Expand Up @@ -91,7 +86,7 @@
<artifactId>seatunnel-hadoop3-3.1.4-uber</artifactId>
<version>${project.version}</version>
<classifier>optional</classifier>
<scope>test</scope>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 333303d

Please sign in to comment.