We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a587f8 commit cdaf164Copy full SHA for cdaf164
1 file changed
hadoop-deps/pom.xml
@@ -27,6 +27,7 @@
27
28
<properties>
29
<hadoop.version>3.3.4</hadoop.version>
30
+ <log4j.version>2.17.1</log4j.version>
31
</properties>
32
33
<dependencies>
@@ -40,6 +41,11 @@
40
41
<artifactId>hadoop-hdfs-client</artifactId>
42
<version>${hadoop.version}</version>
43
</dependency>
44
+ <dependency>
45
+ <groupId>org.apache.logging.log4j</groupId>
46
+ <artifactId>log4j-api</artifactId>
47
+ <version>${log4j.version}</version>
48
+ </dependency>
49
</dependencies>
50
51
<build>
0 commit comments