Add extra dependencies module

This commit is contained in:
Dave Syer
2016-01-08 16:25:42 +00:00
parent 5778182a8f
commit b3c49f8387
5 changed files with 421 additions and 190 deletions

View File

@@ -51,13 +51,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
<version>${spring-cloud-netflix.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- Only needed at compile time -->
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>