Skip to content

Commit

Permalink
Define slf4j properly
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Dec 26, 2024
1 parent 383c347 commit 0877906
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webtide-release-tools-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@
<artifactId>org.eclipse.jgit</artifactId>
<version>7.1.0.202411261347-r</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.15</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.8</version>
<version>1.5.11</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 0877906

Please sign in to comment.