From 0702b23765e740847dff70b77b546325c5c30e21 Mon Sep 17 00:00:00 2001 From: hn <72974271+Hen1ng@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:42:18 +0800 Subject: [PATCH] fix(java): Remove duplicate maven dependency (#2044) ## What does this PR do? some dependency in benchmark pom is duplicate, remove them ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark Co-authored-by: hening --- java/benchmark/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index e8687183d1..81460f8ec2 100644 --- a/java/benchmark/pom.xml +++ b/java/benchmark/pom.xml @@ -139,16 +139,6 @@ smoothie-map 2.0.2 - - com.google.protobuf - protobuf-java - ${protobuf.version} - - - com.google.flatbuffers - flatbuffers-java - 2.0.3 - org.slf4j slf4j-api