Skip to content

Commit

Permalink
Fixing logging clash in structure module
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Apr 25, 2024
1 parent 1be0260 commit e7d09d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions biojava-structure/pom.xml
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

0 comments on commit e7d09d0

Please sign in to comment.