remove dagger dependency from s-c-s-feign

related to https://github.com/spring-cloud/spring-cloud-netflix/issues/183
This commit is contained in:
Spencer Gibb
2015-03-19 12:15:42 -06:00
parent 6eb4e3eddc
commit 0a71ba4a7c

View File

@@ -51,10 +51,5 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-ribbon</artifactId>
</dependency>
<!-- TODO: remove dagger when feign 8.0.0 is released -->
<dependency>
<groupId>com.squareup.dagger</groupId>
<artifactId>dagger</artifactId>
</dependency>
</dependencies>
</project>