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 6de4612 commit a241ff0Copy full SHA for a241ff0
2 files changed
api/pom.xml
@@ -85,8 +85,9 @@
85
</dependency>
86
<dependency>
87
<groupId>org.apache.logging.log4j</groupId>
88
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
89
<version>${log4j.version}</version>
90
+ <scope>runtime</scope>
91
92
93
<groupId>com.lmax</groupId>
player/pom.xml
@@ -118,8 +118,9 @@
118
119
120
121
122
123
124
125
126
0 commit comments