We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478b14d + 20bd637 commit 8ee1de5Copy full SHA for 8ee1de5
agr_variant_indexer/pom.xml
@@ -37,6 +37,23 @@
37
<artifactId>agr_java_core</artifactId>
38
<version>${project.version}</version>
39
</dependency>
40
+
41
+ <dependency>
42
+ <groupId>org.apache.logging.log4j</groupId>
43
+ <artifactId>log4j-to-slf4j</artifactId>
44
+ <version>2.24.3</version>
45
+ </dependency>
46
47
48
+ <artifactId>log4j-core</artifactId>
49
+ <version>3.0.0-beta2</version>
50
51
52
53
+ <artifactId>log4j-api</artifactId>
54
55
56
57
</dependencies>
58
<build>
59
<finalName>${project.artifactId}</finalName>
0 commit comments