summaryrefslogtreecommitdiffstats
path: root/esr-mgr/pom.xml
diff options
context:
space:
mode:
authorLiZi <li.zi30@zte.com.cn>2018-02-28 21:59:30 -0500
committerLiZi <li.zi30@zte.com.cn>2018-02-28 22:12:18 -0500
commit968b74fa8e5d13308e6b1a58392d16d3469f2980 (patch)
treee0cc83592fe05f1e9158d5bf9f5b2cb6aa5447c5 /esr-mgr/pom.xml
parentb0512c0b66d91ca71a53e4f4b9073a2b509d0eaf (diff)
Add complex API definition.
Change-Id: I7d1626b9f032901d491be3828db658b01b6d3947 Issue-ID: AAI-823 Signed-off-by: LiZi <li.zi30@zte.com.cn>
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>