Fix security reportings direct dependencies 17/34517/1
authorAvinash S <avinash.s@huawei.com>
Wed, 7 Mar 2018 13:02:24 +0000 (13:02 +0000)
committerAvinash S <avinash.s@huawei.com>
Wed, 7 Mar 2018 13:06:36 +0000 (13:06 +0000)
Enforce latest version of
indirect dependency of jackson-databind
Issue-ID: VNFSDK-212

Signed-off-by: Avinash S <avinash.s@huawei.com>
Change-Id: Ie26bc467616c56df23c4a754bd233d0f4851958c

vnfmarket-be/vnf-sdk-marketplace/pom.xml

index 3a11ac6..952925b 100644 (file)
                        <version>1.8.2</version>
                        <scope>test</scope>
                </dependency>
+                <dependency>
+                        <groupId>com.fasterxml.jackson.core</groupId>
+                        <artifactId>jackson-databind</artifactId>
+                        <version>2.9.4</version>
+                </dependency>
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-jaxrs</artifactId>