Skip to content

Commit 62c8287

Browse files
authored
Merge pull request #1257 from alliance-genome/fix_depends
Added log4j depends to the ES util module
2 parents 9267cf3 + debb01e commit 62c8287

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

agr_elasticsearch_util/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
<artifactId>agr_java_core</artifactId>
2222
<version>${project.version}</version>
2323
</dependency>
24+
25+
<dependency>
26+
<groupId>org.apache.logging.log4j</groupId>
27+
<artifactId>log4j-to-slf4j</artifactId>
28+
<version>2.20.0</version>
29+
</dependency>
30+
31+
<dependency>
32+
<groupId>org.apache.logging.log4j</groupId>
33+
<artifactId>log4j-api</artifactId>
34+
</dependency>
35+
36+
2437
</dependencies>
2538
<build>
2639
<finalName>${project.artifactId}</finalName>

0 commit comments

Comments
 (0)