Skip to content

Commit 7d0d09a

Browse files
authored
Merge pull request #682 from hazendaz/master
The log4j-slf4j2-impl binding is missing due to upstream issue
2 parents fd7bedc + d769c57 commit 7d0d09a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,13 @@
299299
<version>${slf4jVersion}</version>
300300
</dependency>
301301

302+
<!-- Logging (temp fix due to bug in spotbugs) -->
303+
<dependency>
304+
<groupId>org.apache.logging.log4j</groupId>
305+
<artifactId>log4j-slf4j2-impl</artifactId>
306+
<version>2.22.0</version>
307+
</dependency>
308+
302309
<!-- asm -->
303310
<dependency>
304311
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)