|
|
@ -78,10 +78,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Dependencies -->
|
|
|
|
<!-- Dependencies -->
|
|
|
|
<springdoc.version>2.2.0</springdoc.version>
|
|
|
|
<springdoc.version>2.2.0</springdoc.version>
|
|
|
|
<mocktio.version>4.9.0</mocktio.version>
|
|
|
|
|
|
|
|
<byte-buddy.version>1.14.19</byte-buddy.version>
|
|
|
|
|
|
|
|
<jackson.version>2.15.4</jackson.version>
|
|
|
|
|
|
|
|
<system-stubs-jupiter.version>2.0.2</system-stubs-jupiter.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
|
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
@ -90,14 +86,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson</groupId>
|
|
|
|
|
|
|
|
<artifactId>jackson-bom</artifactId>
|
|
|
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- polaris starter-->
|
|
|
|
<!-- polaris starter-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tencent.cloud</groupId>
|
|
|
|
<groupId>com.tencent.cloud</groupId>
|
|
|
@ -227,33 +215,6 @@
|
|
|
|
<version>${springdoc.version}</version>
|
|
|
|
<version>${springdoc.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>net.bytebuddy</groupId>
|
|
|
|
|
|
|
|
<artifactId>byte-buddy</artifactId>
|
|
|
|
|
|
|
|
<version>${byte-buddy.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
|
|
|
<artifactId>mockito-inline</artifactId>
|
|
|
|
|
|
|
|
<version>${mocktio.version}</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
|
|
|
|
<version>${mocktio.version}</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>uk.org.webcompere</groupId>
|
|
|
|
|
|
|
|
<artifactId>system-stubs-jupiter</artifactId>
|
|
|
|
|
|
|
|
<version>${system-stubs-jupiter.version}</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- polaris SDK-->
|
|
|
|
<!-- polaris SDK-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<artifactId>polaris-all</artifactId>
|
|
|
|
<artifactId>polaris-all</artifactId>
|
|
|
|