diff options
author | Lizi <li.zi30@zte.com.cn> | 2018-02-09 08:33:32 +0000 |
---|---|---|
committer | Lizi <li.zi30@zte.com.cn> | 2018-02-09 08:33:42 +0000 |
commit | d98202f328a521a5894f6553d7cd5c374df704c7 (patch) | |
tree | 9dc02a0378fb9fee1f999a8477be28aec8f4741b /pom.xml | |
parent | 6636d4573978496ac48f68706e55618649b3d454 (diff) |
Upgrade the version of jackson-databind to 2.8.9
Change-Id: I80749c5645fe8e6e6f2672321e89a755a89e2028
Issue-ID: MSB-126
Signed-off-by: Lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -42,6 +42,11 @@ <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> |