aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/inbounds/selfservice-api
diff options
context:
space:
mode:
authorprathameshmo <prathamesh.morde@bell.ca>2019-07-09 10:32:15 -0400
committerprathameshmo <prathamesh.morde@bell.ca>2019-07-09 10:35:09 -0400
commit22d3293ec88d18e20f58c87e3f34c1cd24ad61f4 (patch)
treeba8a94392edf0807f9a386c8f9bc303078590bd8 /ms/blueprintsprocessor/modules/inbounds/selfservice-api
parent853278ae308ea4ab83c6e5cc1c8bfe808b178604 (diff)
Remove slf4j-log4j12 dependency which apache-kafka is bringing.
Issue-ID: CCSDK-1459 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> Change-Id: I318384ebe93cacb2b7436d3e796a8cac345724bb
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api')
-rwxr-xr-xms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
index 89ad720f6..ece1b0ac2 100755
--- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
@@ -83,7 +83,12 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>${kafka.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
-
</project>