Skip to content

Commit

Permalink
exclude slf4j-api from jsonpath dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Jun 25, 2024
1 parent 3b7d659 commit 6e011f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${json-path.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/net.minidev/json-smart -->
<dependency>
Expand Down

0 comments on commit 6e011f9

Please sign in to comment.