Remove slf4j-log4j12 dependency which apache-kafka is bringing. 94/91094/1
authorprathameshmo <prathamesh.morde@bell.ca>
Tue, 9 Jul 2019 14:32:15 +0000 (10:32 -0400)
committerprathameshmo <prathamesh.morde@bell.ca>
Tue, 9 Jul 2019 14:35:09 +0000 (10:35 -0400)
Issue-ID: CCSDK-1459
Signed-off-by: prathameshmo <prathamesh.morde@bell.ca>
Change-Id: I318384ebe93cacb2b7436d3e796a8cac345724bb

ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml

index 89ad720..ece1b0a 100755 (executable)
             <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>