Remove the dependency of jackson databind. 77/31177/1
authorLizi <li.zi30@zte.com.cn>
Sun, 11 Feb 2018 02:53:51 +0000 (02:53 +0000)
committerLizi <li.zi30@zte.com.cn>
Sun, 11 Feb 2018 02:54:21 +0000 (02:54 +0000)
The new dependency of databind caused another security issue.

Change-Id: I2c364d90cdd183b9eed90e67d8772df9f52fc381
Issue-ID: MSB-126
Signed-off-by: Lizi <li.zi30@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index 22f9de7..18530f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>consumer</artifactId>
       <version>5.0</version>
     </dependency>
-       <dependency>
-               <groupId>com.fasterxml.jackson.core</groupId>
-               <artifactId>jackson-databind</artifactId>
-               <version>2.8.9</version>
-       </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>