diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 14:24:32 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 14:24:32 +0800 |
commit | 0b047316fc0dcc4bf2a5a88f654fd2ff9cad7a46 (patch) | |
tree | 3b01f84ef27c3cd89bfeee15fa81a40f9896daf0 /engine-d/pom.xml | |
parent | 4417b8ab450c39ccfa357d1314c5e7e31454e070 (diff) |
Change the Dependency Source of Jackson
Change-Id: I58297e33808dc6bc23090908ad9486ede56bc0a7
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r-- | engine-d/pom.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index ade1d96..5ea1f80 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -45,11 +45,6 @@ <version>5.3.0.Final</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.7.0</version> - </dependency> - <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> @@ -80,16 +75,12 @@ </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> + <artifactId>jackson-databind</artifactId> </exclusion> <exclusion> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> </exclusions> </dependency> <dependency> @@ -199,10 +190,6 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> </exclusion> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> </exclusions> </dependency> <dependency> |