File tree Expand file tree Collapse file tree 2 files changed +23
-21
lines changed
elasticsearch5/elasticsearch5-sink
elasticsearch6/elasticsearch6-sink Expand file tree Collapse file tree 2 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 19
19
<version >5.3.3</version >
20
20
</dependency >
21
21
22
- <dependency >
23
- <groupId >ch.qos.logback</groupId >
24
- <artifactId >logback-core</artifactId >
25
- <version >1.1.7</version >
26
- </dependency >
27
-
28
- <dependency >
29
- <groupId >ch.qos.logback</groupId >
30
- <artifactId >logback-classic</artifactId >
31
- <version >1.1.7</version >
32
- </dependency >
33
-
34
22
<dependency >
35
23
<groupId >org.elasticsearch.client</groupId >
36
24
<artifactId >x-pack-transport</artifactId >
37
25
<version >5.3.3</version >
38
26
</dependency >
39
27
28
+ <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
29
+ <dependency >
30
+ <groupId >org.slf4j</groupId >
31
+ <artifactId >slf4j-log4j12</artifactId >
32
+ <version >1.6.1</version >
33
+ </dependency >
34
+
40
35
<dependency >
41
36
<groupId >org.apache.logging.log4j</groupId >
42
37
<artifactId >log4j-to-slf4j</artifactId >
Original file line number Diff line number Diff line change 31
31
</dependency >
32
32
33
33
<dependency >
34
- <groupId >ch.qos.logback </groupId >
35
- <artifactId >logback-core </artifactId >
36
- <version >1.1.7 </version >
34
+ <groupId >log4j </groupId >
35
+ <artifactId >log4j </artifactId >
36
+ <version >1.2.17 </version >
37
37
</dependency >
38
38
39
39
<dependency >
40
- <groupId >ch.qos.logback</ groupId >
41
- <artifactId >logback-classic</ artifactId >
42
- <version >1.1.7 </version >
40
+ <artifactId >slf4j-api</ artifactId >
41
+ <groupId >org.slf4j</ groupId >
42
+ <version >1.7.15 </version >
43
43
</dependency >
44
44
45
+ <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
45
46
<dependency >
46
- <groupId >org.apache.logging.log4j </groupId >
47
- <artifactId >log4j-to- slf4j</artifactId >
48
- <version >2.7 </version >
47
+ <groupId >org.slf4j </groupId >
48
+ <artifactId >slf4j-log4j12 </artifactId >
49
+ <version >1.6.1 </version >
49
50
</dependency >
50
51
51
52
<dependency >
52
53
<groupId >org.apache.flink</groupId >
53
54
<artifactId >flink-connector-elasticsearch6_2.11</artifactId >
54
55
<version >${flink.version} </version >
56
+ <exclusions >
57
+ <exclusion >
58
+ <artifactId >log4j-to-slf4j</artifactId >
59
+ <groupId >org.apache.logging.log4j</groupId >
60
+ </exclusion >
61
+ </exclusions >
55
62
</dependency >
56
63
57
64
<dependency >
You can’t perform that action at this time.
0 commit comments