This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 807d1899b79 [fix][build] Remove duplicate dependencies in pom.xml
(#23440)
807d1899b79 is described below
commit 807d1899b79cca61556c7c435aebe0a39e70f134
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Oct 11 19:36:25 2024 +0300
[fix][build] Remove duplicate dependencies in pom.xml (#23440)
---
pulsar-client-tools/pom.xml | 5 -----
pulsar-common/pom.xml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/pulsar-client-tools/pom.xml b/pulsar-client-tools/pom.xml
index 41b17901262..7b63a00e1f5 100644
--- a/pulsar-client-tools/pom.xml
+++ b/pulsar-client-tools/pom.xml
@@ -76,11 +76,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>
diff --git a/pulsar-common/pom.xml b/pulsar-common/pom.xml
index c34b89ff92c..893e350507c 100644
--- a/pulsar-common/pom.xml
+++ b/pulsar-common/pom.xml
@@ -247,11 +247,6 @@
<artifactId>gson</artifactId>
</dependency>
- <dependency>
- <groupId>com.google.re2j</groupId>
- <artifactId>re2j</artifactId>
- </dependency>
-
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>