This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.9 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 37701915edd38acc8356325bff2a6797998561a5 Author: ZhangJian He <[email protected]> AuthorDate: Tue Dec 28 18:51:20 2021 +0800 Remove the unused junit depency in managed ledger (#13514) (cherry picked from commit 892948a86f2bed005c0cb6e3f047bcc77c6436ee) --- managed-ledger/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/managed-ledger/pom.xml b/managed-ledger/pom.xml index e7e9d98..bdcb39d 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>
