diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-02-09 09:07:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-09 09:07:28 +0000 |
commit | cfa8d3d3b151d18c29ed18caa8182140feb85f05 (patch) | |
tree | 89d1d8f1de4e322c8187075e89c5fb9054e44bca | |
parent | cfac953940e3c1dca4fc9c16063ec209fffc52e1 (diff) | |
parent | d98202f328a521a5894f6553d7cd5c374df704c7 (diff) |
Merge "Upgrade the version of jackson-databind to 2.8.9"
-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> |