We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be0260 commit e7d09d0Copy full SHA for e7d09d0
biojava-structure/pom.xml
@@ -40,6 +40,13 @@
40
<artifactId>mmtf-codec</artifactId>
41
<version>${mmtf.version}</version>
42
<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>
50
</dependency>
51
<dependency>
52
<groupId>org.biojava</groupId>
0 commit comments