aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index a5e208b0e4..484544fce7 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -46,6 +46,12 @@
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.84</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>