Skip to content

Commit

Permalink
SLF4J Dependency Declaration and bridge should be left to external users
Browse files Browse the repository at this point in the history
  • Loading branch information
qqndrew committed Aug 10, 2022
1 parent 1bd8d5d commit 4f3a969
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.ohnlp.medtagger</groupId>
<artifactId>medtagger</artifactId>
<version>1.0.39</version>
<version>1.0.41</version>
<description>The MedTagger biomedical information extraction pipeline</description>


Expand Down Expand Up @@ -179,16 +179,6 @@
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-maxent</artifactId>
Expand Down

0 comments on commit 4f3a969

Please sign in to comment.