coolbeevip commented on a change in pull request #574: add
omega-transport-hystrix
URL: https://github.com/apache/servicecomb-pack/pull/574#discussion_r335979001
##########
File path: pom.xml
##########
@@ -534,6 +534,11 @@
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.netflix.hystrix</groupId>
+ <artifactId>hystrix-core</artifactId>
+ <version>1.5.12</version>
Review comment:
版本号请在 properties 中定义,例如
<hystrix.version>1.5.12</hystrix.version>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services