This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 9d481918cffa0034f774f9a9a43bac0263a939aa Author: Lari Hotari <[email protected]> AuthorDate: Fri Oct 11 19:36:25 2024 +0300 [fix][build] Remove duplicate dependencies in pom.xml (#23440) (cherry picked from commit 807d1899b79cca61556c7c435aebe0a39e70f134) --- pulsar-client-tools/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pulsar-client-tools/pom.xml b/pulsar-client-tools/pom.xml index de22c50cb72..2853efd019d 100644 --- a/pulsar-client-tools/pom.xml +++ b/pulsar-client-tools/pom.xml @@ -77,11 +77,6 @@ <artifactId>pulsar-client-messagecrypto-bc</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>pulsar-cli-utils</artifactId> - <version>${project.version}</version> - </dependency> <dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId>
