Skip to content

Commit

Permalink
skip merge master 冗余
Browse files Browse the repository at this point in the history
  • Loading branch information
jiemotongxue committed Aug 22, 2019
1 parent 38ab0a7 commit 8df03c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
16 changes: 0 additions & 16 deletions pipeline/inputs/binlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,22 +174,6 @@
<groupId>com.alibaba.otter</groupId>
<artifactId>canal.common</artifactId>
<version>1.1.0</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>

<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>

<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
7 changes: 0 additions & 7 deletions pipeline/inputs/kafka10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,5 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.dtstack.jlogstash</groupId>
<artifactId>jlogstash</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ public class Kafka extends BaseOutput {

private static Map<String,String> producerSettings;

static{
Thread.currentThread().setContextClassLoader(null);
}


@SuppressWarnings("rawtypes")
public Kafka(Map config) {
super(config);
Expand Down

0 comments on commit 8df03c0

Please sign in to comment.