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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user