refactor: drop redundant polaris-config and stat-audit deps. (#1817)

These artifacts are already packaged in polaris-all, and declaring them again pulls unshaded Jackson onto the classpath.

Co-authored-by: fishtailfu <fishtailfu@tencent.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2024
Fishtail 4 days ago committed by GitHub
parent 49bae9ff89
commit 068d81baed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -252,16 +252,6 @@
<groupId>com.tencent.polaris</groupId>
<version>${polaris.version}</version>
</dependency>
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>stat-audit</artifactId>
<version>${polaris.version}</version>
</dependency>
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-config</artifactId>
<version>${polaris.version}</version>
</dependency>
<dependency>
<artifactId>polaris-threadlocal</artifactId>

@ -21,15 +21,6 @@
</dependency>
<!-- Spring Cloud Tencent dependencies end -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-config</artifactId>
</dependency>
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>stat-audit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>

Loading…
Cancel
Save