summaryrefslogtreecommitdiffstats
path: root/esr-mgr/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'esr-mgr/pom.xml')
-rw-r--r--esr-mgr/pom.xml19
1 files changed, 7 insertions, 12 deletions
diff --git a/esr-mgr/pom.xml b/esr-mgr/pom.xml
index 33a0c1c..586c6c4 100644
--- a/esr-mgr/pom.xml
+++ b/esr-mgr/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2016-2017 ZTE Corporation.
+ Copyright 2016-2018 ZTE Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -129,6 +129,12 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
@@ -148,17 +154,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.9.4</version>
- <exclusions>
- <exclusion>
- <groupId>com.github.roskart.dropwizard-jaxws</groupId>
- <artifactId>dropwizard-jaxws</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<!-- jersey -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>