aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichaere <michaere@amdocs.com>2018-09-19 11:43:42 +0100
committermichaere <michaere@amdocs.com>2018-09-19 11:43:42 +0100
commita2840dc7478790122b6ef5715050ca1b98d14e96 (patch)
tree930f56226cdae757652e857b72e961aa91050452
parentd0b5547fff8444ff76c8b3e83776a583a0d71312 (diff)
Fix NexusIQ security vunerabilities
Additional fix to exclude unused kafka dependency Issue-ID: AAI-1613 Change-Id: I2f1085b503c049b587de7c3b77aaff85357815cd Signed-off-by: michaere <michaere@amdocs.com>
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index fba2123..b6270b1 100644
--- 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>