Skip to content

Commit 8df03c0

Browse files
committed
skip merge master 冗余
1 parent 38ab0a7 commit 8df03c0

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

pipeline/inputs/binlog/pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -174,22 +174,6 @@
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>

pipeline/inputs/kafka10/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,5 @@
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>

pipeline/outputs/kafka/src/main/java/com/dtstack/jlogstash/outputs/Kafka.java

-5
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)