Trim dependencies in feign starter

This commit is contained in:
Dave Syer
2014-12-27 08:28:43 +00:00
parent 752ceb6c4c
commit 53a6f9dbb0

View File

@@ -45,6 +45,24 @@
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon</artifactId>
<exclusions>
<exclusion>
<artifactId>rx-netty</artifactId>
<groupId>com.netflix.rxnetty</groupId>
</exclusion>
<exclusion>
<artifactId>rx-netty-contexts</artifactId>
<groupId>com.netflix.rxnetty</groupId>
</exclusion>
<exclusion>
<artifactId>rx-netty-servo</artifactId>
<groupId>com.netflix.rxnetty</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-httpclient</artifactId>
</dependency>
</dependencies>
</project>