Skip to content

Commit 0e8b523

Browse files
committed
Add log4j impl for slf4j to avoid "No SLF4J providers were found" in Tika logs
(cherry picked from commit 4b034f7)
1 parent f362efc commit 0e8b523

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gxcloudstorage-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<artifactId>log4j-api</artifactId>
3535
<version>${log4j.version}</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.apache.logging.log4j</groupId>
39+
<artifactId>log4j-slf4j2-impl</artifactId>
40+
<version>${log4j.version}</version>
41+
</dependency>
3742
<dependency>
3843
<groupId>org.apache.tika</groupId>
3944
<artifactId>tika-core</artifactId>

0 commit comments

Comments
 (0)