File tree 8 files changed +62
-2
lines changed
tiered-storage/file-system
8 files changed +62
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ flexible messaging model and an intuitive client API.</description>
139
139
<hbc-core .version>2.2.0</hbc-core .version>
140
140
<cassandra-driver-core .version>3.6.0</cassandra-driver-core .version>
141
141
<aerospike-client .version>4.4.8</aerospike-client .version>
142
- <kafka-client .version>2.7.0 </kafka-client .version>
142
+ <kafka-client .version>2.7.2 </kafka-client .version>
143
143
<rabbitmq-client .version>5.1.1</rabbitmq-client .version>
144
144
<aws-sdk .version>1.11.774</aws-sdk .version>
145
145
<avro .version>1.10.2</avro .version>
@@ -150,7 +150,7 @@ flexible messaging model and an intuitive client API.</description>
150
150
<postgresql-jdbc .version>42.2.24</postgresql-jdbc .version>
151
151
<clickhouse-jdbc .version>0.3.2</clickhouse-jdbc .version>
152
152
<mariadb-jdbc .version>2.6.0</mariadb-jdbc .version>
153
- <hdfs-offload-version3 >3.3.0 </hdfs-offload-version3 >
153
+ <hdfs-offload-version3 >3.3.1 </hdfs-offload-version3 >
154
154
<elasticsearch .version>7.9.1</elasticsearch .version>
155
155
<presto .version>332</presto .version>
156
156
<scala .binary.version>2.13</scala .binary.version>
Original file line number Diff line number Diff line change 66
66
<groupId >org.apache.kafka</groupId >
67
67
<artifactId >connect-runtime</artifactId >
68
68
<version >${kafka-client.version} </version >
69
+ <exclusions >
70
+ <exclusion >
71
+ <groupId >org.apache.kafka</groupId >
72
+ <artifactId >kafka-log4j-appender</artifactId >
73
+ </exclusion >
74
+ </exclusions >
69
75
</dependency >
70
76
71
77
<dependency >
Original file line number Diff line number Diff line change 68
68
<groupId >org.apache.hbase</groupId >
69
69
<artifactId >hbase-client</artifactId >
70
70
<version >${hbase.version} </version >
71
+ <exclusions >
72
+ <exclusion >
73
+ <groupId >log4j</groupId >
74
+ <artifactId >log4j</artifactId >
75
+ </exclusion >
76
+ <exclusion >
77
+ <groupId >org.slf4j</groupId >
78
+ <artifactId >slf4j-log4j12</artifactId >
79
+ </exclusion >
80
+ </exclusions >
71
81
</dependency >
72
82
73
83
<dependency >
Original file line number Diff line number Diff line change 49
49
<groupId >org.apache.hadoop</groupId >
50
50
<artifactId >hadoop-client</artifactId >
51
51
<version >2.8.5</version >
52
+ <exclusions >
53
+ <exclusion >
54
+ <groupId >log4j</groupId >
55
+ <artifactId >log4j</artifactId >
56
+ </exclusion >
57
+ <exclusion >
58
+ <groupId >org.slf4j</groupId >
59
+ <artifactId >slf4j-log4j12</artifactId >
60
+ </exclusion >
61
+ </exclusions >
52
62
</dependency >
53
63
<dependency >
54
64
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 54
54
<groupId >jakarta.activation</groupId >
55
55
<artifactId >jakarta.activation-api</artifactId >
56
56
</exclusion >
57
+ <exclusion >
58
+ <groupId >log4j</groupId >
59
+ <artifactId >log4j</artifactId >
60
+ </exclusion >
61
+ <exclusion >
62
+ <groupId >org.slf4j</groupId >
63
+ <artifactId >slf4j-log4j12</artifactId >
64
+ </exclusion >
57
65
</exclusions >
58
66
</dependency >
59
67
Original file line number Diff line number Diff line change 48
48
<groupId >org.apache.kafka</groupId >
49
49
<artifactId >connect-runtime</artifactId >
50
50
<version >${kafka-client.version} </version >
51
+ <exclusions >
52
+ <exclusion >
53
+ <groupId >org.apache.kafka</groupId >
54
+ <artifactId >kafka-log4j-appender</artifactId >
55
+ </exclusion >
56
+ </exclusions >
51
57
</dependency >
52
58
53
59
<dependency >
Original file line number Diff line number Diff line change 70
70
<groupId >io.confluent</groupId >
71
71
<artifactId >kafka-schema-registry</artifactId >
72
72
<version >${kafka.confluent.schemaregistryclient.version} </version >
73
+ <exclusions >
74
+ <exclusion >
75
+ <groupId >log4j</groupId >
76
+ <artifactId >log4j</artifactId >
77
+ </exclusion >
78
+ <exclusion >
79
+ <groupId >org.slf4j</groupId >
80
+ <artifactId >slf4j-log4j12</artifactId >
81
+ </exclusion >
82
+ </exclusions >
73
83
</dependency >
74
84
75
85
<dependency >
Original file line number Diff line number Diff line change 46
46
<groupId >org.apache.hadoop</groupId >
47
47
<artifactId >hadoop-common</artifactId >
48
48
<version >${hdfs-offload-version3} </version >
49
+ <exclusions >
50
+ <exclusion >
51
+ <groupId >log4j</groupId >
52
+ <artifactId >log4j</artifactId >
53
+ </exclusion >
54
+ <exclusion >
55
+ <groupId >org.slf4j</groupId >
56
+ <artifactId >slf4j-log4j12</artifactId >
57
+ </exclusion >
58
+ </exclusions >
49
59
</dependency >
50
60
<dependency >
51
61
<groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments