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 fec6c58 Remove duplicate dependency of awaitility. (#10979)
fec6c58 is described below
commit fec6c58a073bb56747501342547f5b36eaa68080
Author: YANGLiiN <[email protected]>
AuthorDate: Fri Jun 18 23:46:46 2021 -0500
Remove duplicate dependency of awaitility. (#10979)
Signed-off-by: YANGLiiN <[email protected]>
---
pulsar-metadata/pom.xml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/pulsar-metadata/pom.xml b/pulsar-metadata/pom.xml
index 916d92e..59052d7 100644
--- a/pulsar-metadata/pom.xml
+++ b/pulsar-metadata/pom.xml
@@ -42,14 +42,14 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
-
+
<!-- zookeeper server -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<scope>test</scope>
</dependency>
-
+
<!-- zookeeper server -->
<dependency>
<groupId>org.xerial.snappy</groupId>
@@ -73,11 +73,6 @@
<artifactId>caffeine</artifactId>
</dependency>
- <dependency>
- <groupId>org.awaitility</groupId>
- <artifactId>awaitility</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>