Skip to content

Commit 2e81cb1

Browse files
[Chore] remove useless codes (apache#7110)
1 parent cf91e51 commit 2e81cb1

File tree

1 file changed

+7
-57
lines changed
  • seatunnel-examples/seatunnel-engine-examples

1 file changed

+7
-57
lines changed

seatunnel-examples/seatunnel-engine-examples/pom.xml

+7-57
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@
2727
<artifactId>seatunnel-engine-examples</artifactId>
2828
<name>SeaTunnel : Examples : Engine</name>
2929

30-
<properties>
31-
<hadoop3.version>3.1.4</hadoop3.version>
32-
</properties>
33-
3430
<dependencies>
31+
32+
<!-- seatunnel core dependencies -->
3533
<dependency>
3634
<groupId>org.apache.seatunnel</groupId>
3735
<artifactId>seatunnel-starter</artifactId>
@@ -40,82 +38,34 @@
4038

4139
<dependency>
4240
<groupId>org.apache.seatunnel</groupId>
43-
<artifactId>seatunnel-hadoop3-3.1.4-uber</artifactId>
41+
<artifactId>seatunnel-transforms-v2</artifactId>
4442
<version>${project.version}</version>
4543
</dependency>
4644

47-
<!-- seatunnel-transforms-v2 -->
4845
<dependency>
4946
<groupId>org.apache.seatunnel</groupId>
50-
<artifactId>seatunnel-transforms-v2</artifactId>
47+
<artifactId>seatunnel-hadoop3-3.1.4-uber</artifactId>
5148
<version>${project.version}</version>
5249
</dependency>
53-
<!-- seatunnel-transforms-v2 -->
5450

51+
<!-- seatunnel connectors -->
5552
<dependency>
5653
<groupId>org.apache.seatunnel</groupId>
5754
<artifactId>connector-fake</artifactId>
5855
<version>${project.version}</version>
5956
</dependency>
57+
6058
<dependency>
6159
<groupId>org.apache.seatunnel</groupId>
6260
<artifactId>connector-console</artifactId>
6361
<version>${project.version}</version>
6462
</dependency>
65-
<dependency>
66-
<groupId>org.apache.seatunnel</groupId>
67-
<artifactId>connector-assert</artifactId>
68-
<version>${project.version}</version>
69-
</dependency>
7063

7164
<dependency>
7265
<groupId>org.apache.seatunnel</groupId>
73-
<artifactId>connector-hive</artifactId>
66+
<artifactId>connector-assert</artifactId>
7467
<version>${project.version}</version>
7568
</dependency>
7669

77-
<dependency>
78-
<groupId>org.apache.hive</groupId>
79-
<artifactId>hive-exec</artifactId>
80-
<version>2.3.9</version>
81-
<exclusions>
82-
<exclusion>
83-
<groupId>log4j</groupId>
84-
<artifactId>log4j</artifactId>
85-
</exclusion>
86-
<exclusion>
87-
<groupId>org.apache.logging.log4j</groupId>
88-
<artifactId>log4j-1.2-api</artifactId>
89-
</exclusion>
90-
<exclusion>
91-
<groupId>org.apache.logging.log4j</groupId>
92-
<artifactId>log4j-slf4j-impl</artifactId>
93-
</exclusion>
94-
<exclusion>
95-
<groupId>org.apache.logging.log4j</groupId>
96-
<artifactId>log4j-web</artifactId>
97-
</exclusion>
98-
<exclusion>
99-
<groupId>org.slf4j</groupId>
100-
<artifactId>slf4j-log4j12</artifactId>
101-
</exclusion>
102-
<exclusion>
103-
<groupId>org.apache.parquet</groupId>
104-
<artifactId>parquet-hadoop-bundle</artifactId>
105-
</exclusion>
106-
<exclusion>
107-
<groupId>jdk.tools</groupId>
108-
<artifactId>jdk.tools</artifactId>
109-
</exclusion>
110-
<exclusion>
111-
<groupId>org.pentaho</groupId>
112-
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
113-
</exclusion>
114-
<exclusion>
115-
<groupId>org.apache.avro</groupId>
116-
<artifactId>avro</artifactId>
117-
</exclusion>
118-
</exclusions>
119-
</dependency>
12070
</dependencies>
12171
</project>

0 commit comments

Comments
 (0)