File tree 4 files changed +21
-0
lines changed
connector-file-base-hadoop
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 196
196
<artifactId >disruptor</artifactId >
197
197
<version >${log4j2-disruptor.version} </version >
198
198
</dependency >
199
+ <dependency >
200
+ <groupId >org.xerial.snappy</groupId >
201
+ <artifactId >snappy-java</artifactId >
202
+ <version >${snappy-java.version} </version >
203
+ </dependency >
199
204
<!-- Include the logging bridges -->
200
205
<!-- commons-logging bridge to slf4j -->
201
206
<dependency >
Original file line number Diff line number Diff line change 34
34
<groupId >org.apache.seatunnel</groupId >
35
35
<artifactId >connector-file-base</artifactId >
36
36
<version >${project.version} </version >
37
+ <exclusions >
38
+ <exclusion >
39
+ <groupId >org.xerial.snappy</groupId >
40
+ <artifactId >snappy-java</artifactId >
41
+ </exclusion >
42
+ </exclusions >
37
43
</dependency >
38
44
<dependency >
39
45
<groupId >org.apache.flink</groupId >
Original file line number Diff line number Diff line change 85
85
<groupId >org.apache.parquet</groupId >
86
86
<artifactId >parquet-avro</artifactId >
87
87
<version >${parquet-avro.version} </version >
88
+ <exclusions >
89
+ <exclusion >
90
+ <groupId >org.xerial.snappy</groupId >
91
+ <artifactId >snappy-java</artifactId >
92
+ </exclusion >
93
+ </exclusions >
88
94
</dependency >
89
95
90
96
<dependency >
Original file line number Diff line number Diff line change 44
44
<groupId >org.apache.seatunnel</groupId >
45
45
<artifactId >seatunnel-hadoop3-3.1.4-uber</artifactId >
46
46
</exclusion >
47
+ <exclusion >
48
+ <groupId >org.xerial.snappy</groupId >
49
+ <artifactId >snappy-java</artifactId >
50
+ </exclusion >
47
51
</exclusions >
48
52
</dependency >
49
53
<dependency >
You can’t perform that action at this time.
0 commit comments