From cb7e20da2abffea03d67ca6891549ad9bde66de8 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 23 Apr 2019 13:21:06 -0400 Subject: [PATCH] Exclude commons-beanutils Per A&AI team, this can be safely excluded. commons-beanutils has security vulnerabilities https://nvd.nist.gov/vuln/detail/CVE-2014-0114 Issue-ID: POLICY-1659 Change-Id: Ic70cc7cea4f2b3b7609219a0641252e37b8b2de9 Signed-off-by: Pamela Dragosh --- models-interactions/model-impl/aai/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index e52b443d0..971209679 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -69,6 +69,12 @@ org.onap.aai.schema-service aai-schema 1.0.1 + + + commons-beanutils + commons-beanutils + + -- 2.16.6