This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 87cd3666360 [chore](dependencies)Remove Unnecessary Dependencies (#37469) (#37555) 87cd3666360 is described below commit 87cd3666360e9009e5e0060535fdde5625008dc1 Author: Calvin Kirs <k...@apache.org> AuthorDate: Wed Jul 10 09:33:43 2024 +0800 [chore](dependencies)Remove Unnecessary Dependencies (#37469) (#37555) bp #37469 --- fe/fe-core/pom.xml | 9 +++++++++ fe/pom.xml | 2 ++ 2 files changed, 11 insertions(+) diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index fb8d7ba3950..161050893ba 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -93,6 +93,7 @@ under the License. <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -359,6 +360,10 @@ under the License. <artifactId>netty-all</artifactId> <groupId>io.netty</groupId> </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>*</artifactId> + </exclusion> </exclusions> </dependency> <!-- https://mvnrepository.com/artifact/com.alibaba.otter/canal.protocol --> @@ -379,6 +384,10 @@ under the License. <artifactId>netty-all</artifactId> <groupId>io.netty</groupId> </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>*</artifactId> + </exclusion> </exclusions> </dependency> <dependency> diff --git a/fe/pom.xml b/fe/pom.xml index 3c251d0d3d9..927bc107383 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -1149,6 +1149,8 @@ under the License. <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>${kafka-clients.version}</version> + <!--routine load test use kafka-clients--> + <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/com.github.oshi/oshi-core --> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org