We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f362efc commit 0e8b523Copy full SHA for 0e8b523
gxcloudstorage-common/pom.xml
@@ -34,6 +34,11 @@
34
<artifactId>log4j-api</artifactId>
35
<version>${log4j.version}</version>
36
</dependency>
37
+ <dependency>
38
+ <groupId>org.apache.logging.log4j</groupId>
39
+ <artifactId>log4j-slf4j2-impl</artifactId>
40
+ <version>${log4j.version}</version>
41
+ </dependency>
42
<dependency>
43
<groupId>org.apache.tika</groupId>
44
<artifactId>tika-core</artifactId>
0 commit comments