This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch cluster-
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/cluster- by this push:
new 2bcf2cf remove mockito-all dependency
2bcf2cf is described below
commit 2bcf2cf1f1ce7688c525078ddc7af3ed817055e1
Author: xiangdong huang <[email protected]>
AuthorDate: Mon Sep 27 10:15:50 2021 +0800
remove mockito-all dependency
---
jdbc/pom.xml | 5 +++++
pom.xml | 10 ----------
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 63f60b6..dbee08f 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -56,6 +56,11 @@
<artifactId>org.osgi.core</artifactId>
<version>6.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<resources>
diff --git a/pom.xml b/pom.xml
index 7c1b6e7..0bd5721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,11 +384,6 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>2.0.2-beta</version>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.0</version>
</dependency>
@@ -506,11 +501,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.15.2</version>