diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2018-04-11 14:19:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-11 14:19:47 +0000 |
commit | 4a51c360a2e58f81976d7690a82d0b742c0df5da (patch) | |
tree | bc9024e7f98b2866e9200a56a9088a00a3438156 | |
parent | e2cfc77754b0a38f23f9988525f3caa8ee228a1f (diff) | |
parent | 5f0a862b0330c6410f4489714645d4141cf91147 (diff) |
Merge "Fix vulnerability report part1"
-rw-r--r-- | pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |