Fix NexusIQ security vunerabilities 75/67675/1
authormichaere <michaere@amdocs.com>
Wed, 19 Sep 2018 10:43:42 +0000 (11:43 +0100)
committermichaere <michaere@amdocs.com>
Wed, 19 Sep 2018 10:43:42 +0000 (11:43 +0100)
Additional fix to exclude unused kafka dependency

Issue-ID: AAI-1613

Change-Id: I2f1085b503c049b587de7c3b77aaff85357815cd
Signed-off-by: michaere <michaere@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index fba2123..b6270b1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -139,17 +139,6 @@ limitations under the License.
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.onap.aai.event-client</groupId>
-            <artifactId>event-client-kafka</artifactId>
-            <version>1.2.2</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
 
         <!-- ONAP COMMON LOGGING -->
         <dependency>