This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new e4308569c5 HDDS-8816. Removed duplicate declaration of mockito-core in
rocksdb-checkpoint-differ (#4879)
e4308569c5 is described below
commit e4308569c5f94ae66518436b87a8d79c58bb1ef8
Author: Hemant Kumar <[email protected]>
AuthorDate: Wed Jun 14 00:54:07 2023 -0700
HDDS-8816. Removed duplicate declaration of mockito-core in
rocksdb-checkpoint-differ (#4879)
---
hadoop-hdds/rocksdb-checkpoint-differ/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
index 1c3df3a9e3..28b582b7f0 100644
--- a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
+++ b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
@@ -82,10 +82,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.apache.ozone</groupId>
<artifactId>hdds-rocks-native</artifactId>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- </dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]