This is an automated email from the ASF dual-hosted git repository.
penghui 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 892948a Remove the unused junit depency in managed ledger (#13514)
892948a is described below
commit 892948a86f2bed005c0cb6e3f047bcc77c6436ee
Author: ZhangJian He <[email protected]>
AuthorDate: Tue Dec 28 18:51:20 2021 +0800
Remove the unused junit depency in managed ledger (#13514)
---
managed-ledger/pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/managed-ledger/pom.xml b/managed-ledger/pom.xml
index d2bb22b..663c73d 100644
--- a/managed-ledger/pom.xml
+++ b/managed-ledger/pom.xml
@@ -94,15 +94,6 @@
<artifactId>snappy-java</artifactId>
<scope>test</scope>
</dependency>
- <!--
- junit is a runtime dependency of zookeeper tests, so only
- add this dependency here.
- -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.awaitility</groupId>