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

See gh-2359
parent f4321dd3
......@@ -19,12 +19,6 @@
</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>
</dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment