diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-24 07:59:42 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-24 08:00:50 -0700 |
commit | 139a32e10448a968d27b2c2f8f8e2396038ac407 (patch) | |
tree | a1a1ed29cadef9e47aa637b2bea9aa7465b3f3b7 | |
parent | 8e6f67e07788e1ef75fa4ac8a480decf61df573c (diff) |
Revert "Add jackson-databind dependency"
This reverts commit 8e6f67e07788e1ef75fa4ac8a480decf61df573c.
Issue-ID: SO-1047
Change-Id: I225e6ab136d84348417fada042da1234d5c15cd6
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | dependencies-clm/pom.xml | 8 | ||||
-rw-r--r-- | dependencies/pom.xml | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dependencies-clm/pom.xml b/dependencies-clm/pom.xml index 478a52c..32ac3e6 100644 --- a/dependencies-clm/pom.xml +++ b/dependencies-clm/pom.xml @@ -79,14 +79,6 @@ <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 8974a71..55023bc 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -93,16 +93,6 @@ <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> |