Remove jersey dependency

This commit is contained in:
Dave Syer
2014-07-18 17:50:31 +01:00
parent 837ab55f5c
commit 1a0b7e71a5
3 changed files with 20 additions and 26 deletions

View File

@@ -54,12 +54,6 @@
<artifactId>eureka-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-servlet</artifactId>
<version>1.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>