Merge "Fix vulnerability report part1"
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Wed, 11 Apr 2018 14:19:47 +0000 (14:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Apr 2018 14:19:47 +0000 (14:19 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 555a218..c96aaf9 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