Skip to content

Commit

Permalink
Add log4j/slf4j bridge (because BigQuery uses slf4j)
Browse files Browse the repository at this point in the history
  • Loading branch information
qqndrew committed Jul 21, 2022
1 parent a26e958 commit 30d7bd7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion 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.38</version>
<version>1.0.39</version>
<description>The MedTagger biomedical information extraction pipeline</description>


Expand Down Expand Up @@ -179,6 +179,16 @@
<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 30d7bd7

Please sign in to comment.