File tree 11 files changed +3
-63
lines changed
tools/classification-updater
11 files changed +3
-63
lines changed Original file line number Diff line number Diff line change 37
37
<artifactId >slf4j-api</artifactId >
38
38
</dependency >
39
39
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >slf4j-log4j12</artifactId >
43
- </dependency >
44
-
45
40
<dependency >
46
41
<groupId >org.apache.atlas</groupId >
47
42
<artifactId >atlas-client-v1</artifactId >
Original file line number Diff line number Diff line change 163
163
</dependency >
164
164
165
165
166
- <dependency >
167
- <groupId >org.slf4j</groupId >
168
- <artifactId >slf4j-log4j12</artifactId >
169
- </dependency >
170
-
171
166
<dependency >
172
167
<groupId >org.apache.hbase</groupId >
173
168
<artifactId >hbase-common</artifactId >
Original file line number Diff line number Diff line change 37
37
<artifactId >slf4j-api</artifactId >
38
38
</dependency >
39
39
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >slf4j-log4j12</artifactId >
43
- </dependency >
44
-
45
40
<!-- apache atlas core dependencies -->
46
41
<dependency >
47
42
<groupId >org.apache.atlas</groupId >
Original file line number Diff line number Diff line change 37
37
<artifactId >slf4j-api</artifactId >
38
38
</dependency >
39
39
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >slf4j-log4j12</artifactId >
43
- </dependency >
44
40
45
41
<dependency >
46
42
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 37
37
<artifactId >slf4j-api</artifactId >
38
38
</dependency >
39
39
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >slf4j-log4j12</artifactId >
43
- </dependency >
44
40
45
41
<dependency >
46
42
<groupId >org.apache.atlas</groupId >
Original file line number Diff line number Diff line change 37
37
<artifactId >slf4j-api</artifactId >
38
38
</dependency >
39
39
40
- <dependency >
41
- <groupId >org.slf4j</groupId >
42
- <artifactId >slf4j-log4j12</artifactId >
43
- </dependency >
40
+
44
41
45
42
<dependency >
46
43
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 148
148
<artifactId >slf4j-api</artifactId >
149
149
<version >${slf4j.version} </version >
150
150
</artifactItem >
151
- <artifactItem >
152
- <groupId >org.slf4j</groupId >
153
- <artifactId >slf4j-log4j12</artifactId >
154
- <version >${slf4j.version} </version >
155
- </artifactItem >
151
+
156
152
<artifactItem >
157
153
<groupId >org.apache.kafka</groupId >
158
154
<artifactId >kafka_${kafka.scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 932
932
<version >${slf4j.version} </version >
933
933
</dependency >
934
934
935
- <dependency >
936
- <groupId >org.slf4j</groupId >
937
- <artifactId >slf4j-log4j12</artifactId >
938
- <version >${slf4j.version} </version >
939
- </dependency >
935
+
940
936
941
937
<dependency >
942
938
<groupId >org.slf4j</groupId >
962
958
<version >${logback.version} </version >
963
959
</dependency >
964
960
965
- <dependency >
966
- <groupId >org.slf4j</groupId >
967
- <artifactId >log4j-over-slf4j</artifactId >
968
- <version >${slf4j.version} </version >
969
- </dependency >
970
-
971
-
972
961
<!-- hadoop -->
973
962
<dependency >
974
963
<groupId >org.apache.hadoop</groupId >
1715
1704
<artifactId >slf4j-api</artifactId >
1716
1705
</dependency >
1717
1706
1718
- <dependency >
1719
- <groupId >org.slf4j</groupId >
1720
- <artifactId >slf4j-log4j12</artifactId >
1721
- </dependency >
1722
1707
1723
1708
<dependency >
1724
1709
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 89
89
<scope >provided</scope >
90
90
</dependency >
91
91
92
- <dependency >
93
- <groupId >org.slf4j</groupId >
94
- <artifactId >log4j-over-slf4j</artifactId >
95
- <scope >test</scope >
96
- </dependency >
97
-
98
92
<dependency >
99
93
<groupId >ch.qos.logback</groupId >
100
94
<artifactId >logback-classic</artifactId >
Original file line number Diff line number Diff line change 41
41
<artifactId >slf4j-api</artifactId >
42
42
</dependency >
43
43
44
- <dependency >
45
- <groupId >org.slf4j</groupId >
46
- <artifactId >slf4j-log4j12</artifactId >
47
- </dependency >
48
44
49
45
<dependency >
50
46
<groupId >org.apache.atlas</groupId >
Original file line number Diff line number Diff line change 560
560
<artifactId >logback-core</artifactId >
561
561
</dependency >
562
562
563
- <dependency >
564
- <groupId >org.slf4j</groupId >
565
- <artifactId >log4j-over-slf4j</artifactId >
566
- </dependency >
567
-
568
563
<dependency >
569
564
<groupId >com.fasterxml.jackson.core</groupId >
570
565
<artifactId >jackson-core</artifactId >
You can’t perform that action at this time.
0 commit comments