Exclude event-bus (optional dependency)

This commit is contained in:
Dave Syer
2014-11-21 11:56:11 +00:00
parent 7b325044c1
commit dde3055b6c

View File

@@ -43,6 +43,12 @@
<groupId>com.netflix.eureka</groupId>
<artifactId>eureka-client</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<artifactId>netflix-eventbus</artifactId>
<groupId>com.netflix.netflix-commons</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.netflix.eureka</groupId>