No longer require spring-boot-starter-web in eureka-client starter.

See gh-2359
This commit is contained in:
Spencer Gibb
2017-10-11 23:17:47 -04:00
parent f4321dd3d6
commit fc9d442599

View File

@@ -18,12 +18,6 @@
<main.basedir>${basedir}/../../..</main.basedir>
</properties>
<dependencies>
<dependency>
<!-- You actually can't use Eureka as a client unless you register so
it has to be a webapp -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>