aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpriyanka.akhade <priyanka.akhade@huawei.com>2020-09-04 15:58:23 +0530
committerpriyanka.akhade <priyanka.akhade@huawei.com>2020-09-04 15:58:23 +0530
commit931f894182e5badbf5bd269cbfdc6317aee72eeb (patch)
treed73eebb6a701fbca3e6e6d9568467279caf825ed
parent44b22b049eb949b3102ef2a207c89a60deceff04 (diff)
added non-vulnerable version of jackson-databind, removed exclusion from moco-runner
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com> Issue-ID: CLI-253 Change-Id: Ie915972e4b91ed4f5ebfa7bfba5c5390c56cddca
-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 3dee45c4..82f4bf2f 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>