Skip to content

Commit

Permalink
Add explicit slf4j-api with version 2.0.13 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWerm authored Jun 20, 2024
1 parent e9a4d0a commit 0f2eddb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<artifactId>tools.vitruv</artifactId>
<packaging>pom</packaging>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
</dependency>
</dependencies>

<modules>
<module>releng/tools.vitruv.change.workflow</module>
<module>bundles</module>
Expand Down

0 comments on commit 0f2eddb

Please sign in to comment.