Fix vulnerability report part1 73/42273/2
authorNicolasLAplaud <nicolas.laplaud@orange.com>
Wed, 11 Apr 2018 13:20:17 +0000 (15:20 +0200)
committerNicolasLaplaud <nicolas.laplaud@orange.com>
Wed, 11 Apr 2018 13:58:40 +0000 (15:58 +0200)
 - Add a dependency exclusion

Change-Id: Ifb3e3f5f78c6f9c9b0bcdd8238a047caf235f6e1
Issue-ID: EXTAPI-52
Signed-off-by: NicolasLAplaud <nicolas.laplaud@orange.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a85cb4c..d0ef619 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
        <groupId>org.onap.externalapi-nbi</groupId>
                        <groupId>com.bazaarvoice.jolt</groupId>
                        <artifactId>jolt-core</artifactId>
                        <version>0.1.0</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>com.fasterxml.jackson.core</groupId>
+                                       <artifactId>jackson-databind</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
                <dependency>
                </profile>
        </profiles>
 
-</project>
+</project>
\ No newline at end of file