aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>2018-04-11 14:19:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-11 14:19:47 +0000
commit4a51c360a2e58f81976d7690a82d0b742c0df5da (patch)
treebc9024e7f98b2866e9200a56a9088a00a3438156 /pom.xml
parente2cfc77754b0a38f23f9988525f3caa8ee228a1f (diff)
parent5f0a862b0330c6410f4489714645d4141cf91147 (diff)
Merge "Fix vulnerability report part1"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 555a218..c96aaf9 100644
--- 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>
@@ -169,6 +169,12 @@
<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>
@@ -361,4 +367,4 @@
</profile>
</profiles>
-</project>
+</project> \ No newline at end of file