aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2020-09-09 10:17:22 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-09 10:17:22 +0000
commit2ee9a223ef520cc4fc0034b0efc91128271c5686 (patch)
treebc71f69f91ac6d4f887c6922b5dc1f3ff3ebc68d
parent5be1390d67a7a0fa05117e49d7a82134d6f81dcf (diff)
parent931f894182e5badbf5bd269cbfdc6317aee72eeb (diff)
Merge "added non-vulnerable version of jackson-databind, removed exclusion from moco-runner"
-rw-r--r--profiles/http/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml
index d4788aab..35bbbc1a 100644
--- a/profiles/http/pom.xml
+++ b/profiles/http/pom.xml
@@ -105,11 +105,6 @@ Excluded commons-codec vulnerable version and added invulnerable version
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</exclusion>
- <!--JIRA: CLI-253-->
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -135,6 +130,11 @@ Excluded commons-codec vulnerable version and added invulnerable version
<version>1.19</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.10.0</version>
+ </dependency>
</dependencies>
<build>
<plugins>