Skip to content

Commit e7d09d0

Browse files
committed
Fixing logging clash in structure module
1 parent 1be0260 commit e7d09d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

biojava-structure/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
<artifactId>mmtf-codec</artifactId>
4141
<version>${mmtf.version}</version>
4242
<scope>compile</scope>
43+
<exclusions>
44+
<!-- This is needed because mmtf uses slf4j 1.7 and the log4j2 slf4j1 binding, somehow clashing with slf4j2 in this repo -->
45+
<exclusion>
46+
<groupId>org.apache.logging.log4j</groupId>
47+
<artifactId>log4j-slf4j-impl</artifactId>
48+
</exclusion>
49+
</exclusions>
4350
</dependency>
4451
<dependency>
4552
<groupId>org.biojava</groupId>

0 commit comments

Comments
 (0)