Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing logging clash in structure module
  • Loading branch information
josemduarte committed Apr 25, 2024
commit e7d09d0081e07a2b3ab1dc5eca7f5a11ce3b7d82
7 changes: 7 additions & 0 deletions biojava-structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
<artifactId>mmtf-codec</artifactId>
<version>${mmtf.version}</version>
<scope>compile</scope>
<exclusions>
<!-- This is needed because mmtf uses slf4j 1.7 and the log4j2 slf4j1 binding, somehow clashing with slf4j2 in this repo -->
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.biojava</groupId>
Expand Down