Skip to content

Commit c5fc54c

Browse files
committed
remove all log4j dependencies
1 parent 78273e5 commit c5fc54c

File tree

11 files changed

+3
-63
lines changed

11 files changed

+3
-63
lines changed

addons/falcon-bridge/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
<artifactId>slf4j-api</artifactId>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.slf4j</groupId>
42-
<artifactId>slf4j-log4j12</artifactId>
43-
</dependency>
44-
4540
<dependency>
4641
<groupId>org.apache.atlas</groupId>
4742
<artifactId>atlas-client-v1</artifactId>

addons/hbase-testing-util/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@
163163
</dependency>
164164

165165

166-
<dependency>
167-
<groupId>org.slf4j</groupId>
168-
<artifactId>slf4j-log4j12</artifactId>
169-
</dependency>
170-
171166
<dependency>
172167
<groupId>org.apache.hbase</groupId>
173168
<artifactId>hbase-common</artifactId>

addons/hdfs-model/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
<artifactId>slf4j-api</artifactId>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.slf4j</groupId>
42-
<artifactId>slf4j-log4j12</artifactId>
43-
</dependency>
44-
4540
<!-- apache atlas core dependencies -->
4641
<dependency>
4742
<groupId>org.apache.atlas</groupId>

addons/hive-bridge/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<artifactId>slf4j-api</artifactId>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.slf4j</groupId>
42-
<artifactId>slf4j-log4j12</artifactId>
43-
</dependency>
4440

4541
<dependency>
4642
<groupId>org.apache.hive</groupId>

addons/impala-bridge/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<artifactId>slf4j-api</artifactId>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.slf4j</groupId>
42-
<artifactId>slf4j-log4j12</artifactId>
43-
</dependency>
4440

4541
<dependency>
4642
<groupId>org.apache.atlas</groupId>

addons/sqoop-bridge/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737
<artifactId>slf4j-api</artifactId>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.slf4j</groupId>
42-
<artifactId>slf4j-log4j12</artifactId>
43-
</dependency>
40+
4441

4542
<dependency>
4643
<groupId>org.apache.hive</groupId>

notification/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@
148148
<artifactId>slf4j-api</artifactId>
149149
<version>${slf4j.version}</version>
150150
</artifactItem>
151-
<artifactItem>
152-
<groupId>org.slf4j</groupId>
153-
<artifactId>slf4j-log4j12</artifactId>
154-
<version>${slf4j.version}</version>
155-
</artifactItem>
151+
156152
<artifactItem>
157153
<groupId>org.apache.kafka</groupId>
158154
<artifactId>kafka_${kafka.scala.binary.version}</artifactId>

pom.xml

+1-16
Original file line numberDiff line numberDiff line change
@@ -932,11 +932,7 @@
932932
<version>${slf4j.version}</version>
933933
</dependency>
934934

935-
<dependency>
936-
<groupId>org.slf4j</groupId>
937-
<artifactId>slf4j-log4j12</artifactId>
938-
<version>${slf4j.version}</version>
939-
</dependency>
935+
940936

941937
<dependency>
942938
<groupId>org.slf4j</groupId>
@@ -962,13 +958,6 @@
962958
<version>${logback.version}</version>
963959
</dependency>
964960

965-
<dependency>
966-
<groupId>org.slf4j</groupId>
967-
<artifactId>log4j-over-slf4j</artifactId>
968-
<version>${slf4j.version}</version>
969-
</dependency>
970-
971-
972961
<!-- hadoop -->
973962
<dependency>
974963
<groupId>org.apache.hadoop</groupId>
@@ -1715,10 +1704,6 @@
17151704
<artifactId>slf4j-api</artifactId>
17161705
</dependency>
17171706

1718-
<dependency>
1719-
<groupId>org.slf4j</groupId>
1720-
<artifactId>slf4j-log4j12</artifactId>
1721-
</dependency>
17221707

17231708
<dependency>
17241709
<groupId>org.slf4j</groupId>

test-tools/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@
8989
<scope>provided</scope>
9090
</dependency>
9191

92-
<dependency>
93-
<groupId>org.slf4j</groupId>
94-
<artifactId>log4j-over-slf4j</artifactId>
95-
<scope>test</scope>
96-
</dependency>
97-
9892
<dependency>
9993
<groupId>ch.qos.logback</groupId>
10094
<artifactId>logback-classic</artifactId>

tools/classification-updater/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
<artifactId>slf4j-api</artifactId>
4242
</dependency>
4343

44-
<dependency>
45-
<groupId>org.slf4j</groupId>
46-
<artifactId>slf4j-log4j12</artifactId>
47-
</dependency>
4844

4945
<dependency>
5046
<groupId>org.apache.atlas</groupId>

webapp/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -560,11 +560,6 @@
560560
<artifactId>logback-core</artifactId>
561561
</dependency>
562562

563-
<dependency>
564-
<groupId>org.slf4j</groupId>
565-
<artifactId>log4j-over-slf4j</artifactId>
566-
</dependency>
567-
568563
<dependency>
569564
<groupId>com.fasterxml.jackson.core</groupId>
570565
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)