Skip to content

Commit

Permalink
[fix][build] Remove duplicate dependencies in pom.xml (apache#23440)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Oct 11, 2024
1 parent d5e3675 commit 807d189
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions pulsar-client-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 807d189

Please sign in to comment.