File tree 3 files changed +0
-28
lines changed
outputs/kafka/src/main/java/com/dtstack/jlogstash/outputs
3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 174
174
<groupId >com.alibaba.otter</groupId >
175
175
<artifactId >canal.common</artifactId >
176
176
<version >1.1.0</version >
177
- <exclusions >
178
- <exclusion >
179
- <groupId >ch.qos.logback</groupId >
180
- <artifactId >logback-core</artifactId >
181
- </exclusion >
182
-
183
- <exclusion >
184
- <groupId >org.slf4j</groupId >
185
- <artifactId >jcl-over-slf4j</artifactId >
186
- </exclusion >
187
-
188
- <exclusion >
189
- <groupId >org.slf4j</groupId >
190
- <artifactId >slf4j-api</artifactId >
191
- </exclusion >
192
- </exclusions >
193
177
</dependency >
194
178
195
179
<dependency >
Original file line number Diff line number Diff line change 119
119
</exclusion >
120
120
</exclusions >
121
121
</dependency >
122
-
123
- <dependency >
124
- <groupId >com.dtstack.jlogstash</groupId >
125
- <artifactId >jlogstash</artifactId >
126
- <version >1.0.0</version >
127
- <scope >provided</scope >
128
- </dependency >
129
122
</dependencies >
130
123
</project >
Original file line number Diff line number Diff line change @@ -71,11 +71,6 @@ public class Kafka extends BaseOutput {
71
71
72
72
private static Map <String ,String > producerSettings ;
73
73
74
- static {
75
- Thread .currentThread ().setContextClassLoader (null );
76
- }
77
-
78
-
79
74
@ SuppressWarnings ("rawtypes" )
80
75
public Kafka (Map config ) {
81
76
super (config );
You can’t perform that action at this time.
0 commit comments