Skip to content

Commit

Permalink
adding slf4j-simple as uber jar won't allow using it via classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
vanrenter committed Mar 17, 2024
1 parent 55bf115 commit ec193e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@
<artifactId>json-schema-validator</artifactId>
<version>2.2.14</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
<build>
<resources>
Expand Down

0 comments on commit ec193e2

Please sign in to comment.