This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new 8e19649 [branch-2.8] Remove awaitility duplicated declaration warning
(#14514)
8e19649 is described below
commit 8e19649304d7168b29edbb27f8ead57b2f79b8f1
Author: Nicolò Boschi <[email protected]>
AuthorDate: Tue Mar 8 09:07:22 2022 +0100
[branch-2.8] Remove awaitility duplicated declaration warning (#14514)
---
pulsar-metadata/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pulsar-metadata/pom.xml b/pulsar-metadata/pom.xml
index c75b879..25bab95 100644
--- a/pulsar-metadata/pom.xml
+++ b/pulsar-metadata/pom.xml
@@ -72,12 +72,6 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.awaitility</groupId>
- <artifactId>awaitility</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>