File tree Expand file tree Collapse file tree 3 files changed +0
-28
lines changed
outputs/kafka/src/main/java/com/dtstack/jlogstash/outputs Expand file tree Collapse file tree 3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 174174 <groupId >com.alibaba.otter</groupId >
175175 <artifactId >canal.common</artifactId >
176176 <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 >
193177 </dependency >
194178
195179 <dependency >
Original file line number Diff line number Diff line change 119119 </exclusion >
120120 </exclusions >
121121 </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 >
129122 </dependencies >
130123</project >
Original file line number Diff line number Diff line change @@ -71,11 +71,6 @@ public class Kafka extends BaseOutput {
7171
7272 private static Map <String ,String > producerSettings ;
7373
74- static {
75- Thread .currentThread ().setContextClassLoader (null );
76- }
77-
78-
7974 @ SuppressWarnings ("rawtypes" )
8075 public Kafka (Map config ) {
8176 super (config );
You can’t perform that action at this time.
0 commit comments