Skip to content

Commit

Permalink
Merge pull request #158 from vanrenter/feature/issue-153
Browse files Browse the repository at this point in the history
adding slf4j-simple as a dependency, as uber jar won't allow using it via classpath
  • Loading branch information
goneall authored Mar 21, 2024
2 parents 55bf115 + 0df29f7 commit d95178b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@
<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>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<resources>
Expand Down Expand Up @@ -272,6 +278,11 @@
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
<artifact>org.slf4j:slf4j-simple</artifact>
<includes>
<include>org/slf4j/**</include>
<include>META-INF/services/**</include>
</includes>
</filter>
</filters>
</configuration>
Expand Down

0 comments on commit d95178b

Please sign in to comment.