diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-02-11 06:23:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-11 06:23:12 +0000 |
commit | 97e4489fd90faf3addec24ebfe6ca87f191d99ec (patch) | |
tree | 97c7825f29e15682a3f31f354b17df4635d8d2c1 /pom.xml | |
parent | cfa8d3d3b151d18c29ed18caa8182140feb85f05 (diff) | |
parent | 7bca2b5ae07e1c91fceb769e2f468fdb09ad350d (diff) |
Merge "Remove the dependency of jackson databind."
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |