|
|
|
@ -22,6 +22,8 @@
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- Sentinel dependencies -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba.csp</groupId>
|
|
|
|
|
<artifactId>sentinel-core</artifactId>
|
|
|
|
@ -57,18 +59,25 @@
|
|
|
|
|
<artifactId>sentinel-transport-simple-http</artifactId>
|
|
|
|
|
<version>${sentinel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba.csp</groupId>
|
|
|
|
|
<artifactId>sentinel-annotation-aspectj</artifactId>
|
|
|
|
|
<version>${sentinel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba.csp</groupId>
|
|
|
|
|
<artifactId>sentinel-dubbo-adapter</artifactId>
|
|
|
|
|
<version>${sentinel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>sentinel-dubbo-api</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Aliyun storage dependencies -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.aliyun.oss</groupId>
|
|
|
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
|