Added missing dependency to eureka

This commit is contained in:
Marcin Grzejszczak
2016-01-12 08:22:07 +01:00
parent 877f401231
commit bcfe84674b

View File

@@ -60,6 +60,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>