From db9ae2aab4faf1f579e1dd2e0cf6d94b1c4ed247 Mon Sep 17 00:00:00 2001 From: fishtailfu Date: Mon, 7 Sep 2026 19:46:10 +0800 Subject: [PATCH] refactor: drop redundant polaris-config and stat-audit deps. These artifacts are already packaged in polaris-all, and declaring them again pulls unshaded Jackson onto the classpath. Co-authored-by: Cursor --- spring-cloud-tencent-dependencies/pom.xml | 10 ---------- spring-cloud-tencent-polaris-context/pom.xml | 9 --------- 2 files changed, 19 deletions(-) diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 1b9a0ee18..8467210a4 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -252,16 +252,6 @@ com.tencent.polaris ${polaris.version} - - com.tencent.polaris - stat-audit - ${polaris.version} - - - com.tencent.polaris - polaris-config - ${polaris.version} - polaris-threadlocal diff --git a/spring-cloud-tencent-polaris-context/pom.xml b/spring-cloud-tencent-polaris-context/pom.xml index bfce23094..ce2c0a6d4 100644 --- a/spring-cloud-tencent-polaris-context/pom.xml +++ b/spring-cloud-tencent-polaris-context/pom.xml @@ -21,15 +21,6 @@ - - com.tencent.polaris - polaris-config - - - com.tencent.polaris - stat-audit - - org.springframework spring-web