|
|
|
@ -70,10 +70,13 @@
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<revision>1.14.0-Hoxton.SR12-RC2</revision>
|
|
|
|
|
<!-- Project revision -->
|
|
|
|
|
<revision>1.14.0-Hoxton.SR12-SNAPSHOT</revision>
|
|
|
|
|
|
|
|
|
|
<!-- Dependencies -->
|
|
|
|
|
<!-- Polaris SDK version -->
|
|
|
|
|
<polaris.version>1.15.3</polaris.version>
|
|
|
|
|
|
|
|
|
|
<!-- Dependencies -->
|
|
|
|
|
<guava.version>32.0.1-jre</guava.version>
|
|
|
|
|
<logback.version>1.2.13</logback.version>
|
|
|
|
|
<springfox.swagger2.version>3.0.0</springfox.swagger2.version>
|
|
|
|
@ -94,13 +97,14 @@
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>polaris-dependencies</artifactId>
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
<version>${polaris.version}</version>
|
|
|
|
|
<groupId>com.fasterxml.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-bom</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- polaris starter -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.tencent.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-tencent-commons</artifactId>
|
|
|
|
@ -131,7 +135,6 @@
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- polaris starter-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.tencent.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-tencent-polaris-ratelimit</artifactId>
|
|
|
|
@ -238,24 +241,6 @@
|
|
|
|
|
<version>${logback.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
|
<artifactId>springfox-boot-starter</artifactId>
|
|
|
|
@ -307,6 +292,14 @@
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- polaris SDK-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<artifactId>polaris-dependencies</artifactId>
|
|
|
|
|
<groupId>com.tencent.polaris</groupId>
|
|
|
|
|
<version>${polaris.version}</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|