diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-23 13:21:06 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-23 13:21:11 -0400 |
commit | cb7e20da2abffea03d67ca6891549ad9bde66de8 (patch) | |
tree | 2db07e24a73666d93621b7dfc9a25d0d36685e3b /models-interactions/model-impl/aai/pom.xml | |
parent | d49ebeef426ca3c0b34297e0eb77dbab5d019c7d (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'models-interactions/model-impl/aai/pom.xml')
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> <version>1.0.1</version> + <exclusions> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> </project> |