diff options
author | Siva.ye <yezhihua@huawei.com> | 2018-09-21 09:41:22 +0000 |
---|---|---|
committer | Siva.ye <yezhihua@huawei.com> | 2018-09-21 09:41:22 +0000 |
commit | 8e6f67e07788e1ef75fa4ac8a480decf61df573c (patch) | |
tree | c5f99cf828c46e6c95c5319ec1ab769473e3a9be | |
parent | 1187755ff8d42cdb8a212b1bfa1e91a2aa10193c (diff) |
Add jackson-databind dependency
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000009
Issue-ID: SO-1047
Signed-off-by: Siva.ye <yezhihua@huawei.com>
-rw-r--r-- | dependencies-clm/pom.xml | 8 | ||||
-rw-r--r-- | dependencies/pom.xml | 10 |
2 files changed, 18 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> diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 55023bc..8974a71 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -93,6 +93,16 @@ <version>2.9.6</version> </dependency> <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.9.6</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>2.9.6</version> + </dependency> + <dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>3.3.1-1</version> |