Skip to content

Commit

Permalink
updated python version dep; added logging classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 19, 2024
1 parent f0cadec commit 0376bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,19 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
<!-- runtime scope is appropriate, but causes SBT build problems -->
</dependency>
<!--geo dependencies-->
Expand Down

0 comments on commit 0376bd2

Please sign in to comment.