Skip to content

Commit

Permalink
Removed dangling logging dependencies brought in by BioJava Ontology.
Browse files Browse the repository at this point in the history
  • Loading branch information
chhh committed Sep 28, 2017
1 parent a6a9800 commit 4c6f07c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion MSFileToolbox/MSFileToolbox.iml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.4.2" level="project" />
<orderEntry type="library" name="Maven: com.github.chhh:javolution-core-java-msftbx:6.11.7" level="project" />
<orderEntry type="library" name="Maven: org.biojava:biojava-ontology:4.2.7" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.logging.log4j:log4j-slf4j-impl:2.5" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.logging.log4j:log4j-api:2.5" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.logging.log4j:log4j-core:2.5" level="project" />
<orderEntry type="library" name="Maven: org.jvnet.com4j:com4j:2.1" level="project" />
Expand Down
10 changes: 10 additions & 0 deletions MSFileToolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@
<groupId>org.biojava</groupId>
<artifactId>biojava-ontology</artifactId>
<version>4.2.7</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency> <!-- for experimental Thermo RAW support -->
<groupId>org.jvnet.com4j</groupId>
Expand Down

0 comments on commit 4c6f07c

Please sign in to comment.