summaryrefslogtreecommitdiffstats
path: root/esr-mgr/pom.xml
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-09-08 13:58:24 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-09-08 13:58:24 +0800
commitc3966c0f911b119e9493c4faa7b8eba2ecbc7457 (patch)
tree815dc8a2764e9073f1178a1d0fc782ab1741c9da /esr-mgr/pom.xml
parentfa6dd60a45a093205ae55065f6de044c91493e60 (diff)
Fix the esr-server setup issue.
remove the dependency on jersey client in version 1.18. Change the service portal to 9518. Change-Id: I65657840b8ecfc7a592dc03d439fedf84491114e Issue-ID: AAI-273 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'esr-mgr/pom.xml')
-rw-r--r--esr-mgr/pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/esr-mgr/pom.xml b/esr-mgr/pom.xml
index c524f03..5ccf3e5 100644
--- a/esr-mgr/pom.xml
+++ b/esr-mgr/pom.xml
@@ -142,11 +142,7 @@
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
</dependency>
- <dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-migrations</artifactId>
- <version>0.8.0</version>
- </dependency>
+
<!-- jersey -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
@@ -160,11 +156,6 @@
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
</dependency>
- <dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-client</artifactId>
- <version>1.18</version>
- </dependency>
<!-- consumer -->
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>