added non-vulnerable version of jackson-databind, removed exclusion from moco-runner 53/112153/1
authorpriyanka.akhade <priyanka.akhade@huawei.com>
Fri, 4 Sep 2020 10:28:23 +0000 (15:58 +0530)
committerpriyanka.akhade <priyanka.akhade@huawei.com>
Fri, 4 Sep 2020 10:28:23 +0000 (15:58 +0530)
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-253
Change-Id: Ie915972e4b91ed4f5ebfa7bfba5c5390c56cddca

profiles/http/pom.xml

index 3dee45c..82f4bf2 100644 (file)
@@ -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>