aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLizi <li.zi30@zte.com.cn>2018-02-11 02:53:51 +0000
committerLizi <li.zi30@zte.com.cn>2018-02-11 02:54:21 +0000
commit7bca2b5ae07e1c91fceb769e2f468fdb09ad350d (patch)
treefd6c4bf6ca5a49b539eef37fd681d7a5d1c2e9e1 /pom.xml
parentd98202f328a521a5894f6553d7cd5c374df704c7 (diff)
Remove the dependency of jackson databind.
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 22f9de7..18530f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,11 +42,6 @@
<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>