1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Update pom.xml

This commit is contained in:
mercyblitz
2020-04-03 23:48:57 +08:00
parent 0d8e1c4b41
commit a198133852
57 changed files with 207 additions and 163 deletions

View File

@@ -5,15 +5,16 @@
<parent>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-examples</artifactId>
<version>2.2.1.BUILD-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sentinel-core-example</artifactId>
<packaging>jar</packaging>
<name>Spring Cloud Starter Alibaba Sentinel Core Example</name>
<description>Example demonstrating how to use sentinel</description>
<packaging>jar</packaging>
<dependencies>