This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 24e1494e0 [Improve][Transform-V2] Remove dependencies that are
duplicated under the root pom. (#4080)
24e1494e0 is described below
commit 24e1494e0086ba0781bdf7ee63a1e81dda33a119
Author: FlechazoW <[email protected]>
AuthorDate: Fri Feb 10 14:07:46 2023 +0800
[Improve][Transform-V2] Remove dependencies that are duplicated under the
root pom. (#4080)
---
seatunnel-transforms-v2/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/seatunnel-transforms-v2/pom.xml b/seatunnel-transforms-v2/pom.xml
index 328c93222..9ec96b432 100644
--- a/seatunnel-transforms-v2/pom.xml
+++ b/seatunnel-transforms-v2/pom.xml
@@ -45,17 +45,6 @@
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-params</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>