aboutsummaryrefslogtreecommitdiffstats
path: root/dependencies-clm
diff options
context:
space:
mode:
authorSiva.ye <yezhihua@huawei.com>2018-09-21 09:41:22 +0000
committerSiva.ye <yezhihua@huawei.com>2018-09-21 09:41:22 +0000
commit8e6f67e07788e1ef75fa4ac8a480decf61df573c (patch)
treec5f99cf828c46e6c95c5319ec1ab769473e3a9be /dependencies-clm
parent1187755ff8d42cdb8a212b1bfa1e91a2aa10193c (diff)
Add jackson-databind dependency
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000009 Issue-ID: SO-1047 Signed-off-by: Siva.ye <yezhihua@huawei.com>
Diffstat (limited to 'dependencies-clm')
-rw-r--r--dependencies-clm/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/dependencies-clm/pom.xml b/dependencies-clm/pom.xml
index 32ac3e6..478a52c 100644
--- a/dependencies-clm/pom.xml
+++ b/dependencies-clm/pom.xml
@@ -79,6 +79,14 @@
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
</dependency>