aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-12 13:30:42 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-12 15:53:07 +0000
commitf808effbb3dde9aafb0dfd01445647e94231431b (patch)
tree87164b31d912e56c3ca1c8fb359b9ae212ff5277 /catalog-be/pom.xml
parent6791c53443a13a6c3d37b9351480365ee80b4c31 (diff)
Fix missing logs SDC-BE
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I934783f442dd97285ebd53f864b056f8cac82869 Issue-ID: SDC-4567
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>