|
|
@ -12,18 +12,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Spring Cloud Alibaba Dependencies</name>
|
|
|
|
<name>Spring Cloud Alibaba Dependencies</name>
|
|
|
|
<description>Spring Cloud Alibaba Dependencies</description>
|
|
|
|
<description>Spring Cloud Alibaba Dependencies</description>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
<revision>2.2.1.BUILD-SNAPSHOT</revision>
|
|
|
|
<sentinel.version>1.7.1</sentinel.version>
|
|
|
|
<sentinel.version>1.7.1</sentinel.version>
|
|
|
|
<oss.version>3.1.0</oss.version>
|
|
|
|
<oss.version>3.1.0</oss.version>
|
|
|
|
<seata.version>1.1.0</seata.version>
|
|
|
|
<seata.version>1.1.0</seata.version>
|
|
|
|
<nacos.client.version>1.2.1</nacos.client.version>
|
|
|
|
<nacos.client.version>1.2.1</nacos.client.version>
|
|
|
|
<nacos.config.version>0.8.0</nacos.config.version>
|
|
|
|
<nacos.config.version>0.8.0</nacos.config.version>
|
|
|
|
<spring.context.support.version>1.0.6</spring.context.support.version>
|
|
|
|
<spring.context.support.version>1.0.6</spring.context.support.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
|
|
|
|
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
|
|
|
|
|
|
|
|
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
|
|
|
|
|
|
|
|
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
|
|
|
|
|
|
|
<flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencyManagement>
|
|
|
@ -177,73 +184,73 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-alibaba-sentinel-datasource</artifactId>
|
|
|
|
<artifactId>spring-cloud-alibaba-sentinel-datasource</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>
|
|
|
|
<artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Own dependencies - Starters -->
|
|
|
|
<!-- Own dependencies - Starters -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-circuitbreaker-sentinel</artifactId>
|
|
|
|
<artifactId>spring-cloud-circuitbreaker-sentinel</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config-server</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-stream-rocketmq</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-stream-rocketmq</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-bus-rocketmq</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-bus-rocketmq</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-sidecar</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-alibaba-sidecar</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Dubbo -->
|
|
|
|
<!-- Dubbo -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-dubbo</artifactId>
|
|
|
|
<artifactId>spring-cloud-starter-dubbo</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -258,67 +265,91 @@
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profiles>
|
|
|
|
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<id>spring</id>
|
|
|
|
<id>release</id>
|
|
|
|
<repositories>
|
|
|
|
<build>
|
|
|
|
<repository>
|
|
|
|
<plugins>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<plugin>
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<snapshots>
|
|
|
|
<version>${maven-source-plugin.version}</version>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<executions>
|
|
|
|
</snapshots>
|
|
|
|
<execution>
|
|
|
|
<releases>
|
|
|
|
<phase>package</phase>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<goals>
|
|
|
|
</releases>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
</repository>
|
|
|
|
</goals>
|
|
|
|
<repository>
|
|
|
|
</execution>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
</executions>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
</plugin>
|
|
|
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
|
|
<plugin>
|
|
|
|
<snapshots>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
</snapshots>
|
|
|
|
<version>${maven-javadoc-plugin.version}</version>
|
|
|
|
</repository>
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>${maven-gpg-plugin.version}</version>
|
|
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>sign</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>${flatten-maven-plugin.version}</version>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<updatePomFile>true</updatePomFile>
|
|
|
|
|
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<id>flatten</id>
|
|
|
|
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>flatten</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<id>flatten.clean</id>
|
|
|
|
|
|
|
|
<phase>clean</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>clean</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
|
|
|
|
|
<name>Sonatype Nexus Snapshots</name>
|
|
|
|
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-releases</id>
|
|
|
|
<id>sonatype-nexus-staging</id>
|
|
|
|
<name>Spring Releases</name>
|
|
|
|
<name>Nexus Release Repository</name>
|
|
|
|
<url>https://repo.spring.io/release</url>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</distributionManagement>
|
|
|
|
<pluginRepositories>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>spring-releases</id>
|
|
|
|
|
|
|
|
<name>Spring Releases</name>
|
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-release-local</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
|
|
</profiles>
|
|
|
|
</profiles>
|
|
|
|