|
|
@@ -12,15 +12,15 @@ |
|
|
|
<artifactId>sentinel-demo-dubbo</artifactId> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<!-- Demo use dubbo 2.6.5, since it supports jdk1.6 --> |
|
|
|
<!-- Demo use Dubbo 2.6.x, since it supports JDK 1.7 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
<artifactId>dubbo</artifactId> |
|
|
|
<version>2.6.5</version> |
|
|
|
<version>2.6.6</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- As dubbo provide qos plugin since 2.5.8 and is enable by default --> |
|
|
|
<!-- The dubbo-qos module is optional and it depends netty4, so add it explicitly --> |
|
|
|
<!-- Dubbo provides qos plugin since 2.5.8 and is enable by default. --> |
|
|
|
<!-- The dubbo-qos module is optional and it depends Netty 4.x, so add it explicitly --> |
|
|
|
<!-- @see http://dubbo.apache.org/zh-cn/docs/user/references/qos.html --> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
@@ -37,7 +37,7 @@ |
|
|
|
<version>1.0.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- sentinel adapter and transport --> |
|
|
|
<!-- Sentinel adapter and transport --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba.csp</groupId> |
|
|
|
<artifactId>sentinel-dubbo-adapter</artifactId> |
|
|
|