diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-06-11 17:05:29 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-15 07:50:00 +0000 |
commit | ca685bb55cd192ab58c62663a31f5292697a4182 (patch) | |
tree | fe3f78611ab839ab6028cfebb2178ba55136bd93 /common/onap-common-configuration-management | |
parent | b3acc89be057e65e296992320bf8f36b888e4c3d (diff) |
Fix Critical security vulnerability
com.fasterxml.jackson.core : jackson-databind : 2.9.9
Change-Id: I81af7879cb1fbcd158177a3dc220b704ff2f3388
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3111
Diffstat (limited to 'common/onap-common-configuration-management')
-rwxr-xr-x | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index eed797829e..1583aa90d0 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -48,6 +48,12 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> + <exclusions> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> |