We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ce82a commit a581664Copy full SHA for a581664
agr_elasticsearch_util/pom.xml
@@ -21,6 +21,23 @@
21
<artifactId>agr_java_core</artifactId>
22
<version>${project.version}</version>
23
</dependency>
24
+
25
+ <dependency>
26
+ <groupId>org.apache.logging.log4j</groupId>
27
+ <artifactId>log4j-to-slf4j</artifactId>
28
+ <version>2.24.3</version>
29
+ </dependency>
30
31
32
+ <artifactId>log4j-core</artifactId>
33
34
35
36
37
+ <artifactId>log4j-api</artifactId>
38
39
40
41
</dependencies>
42
<build>
43
<finalName>${project.artifactId}</finalName>
0 commit comments