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 6cc3add  [cluster-refactor] add mockito dependency for cli and flink 
connector module
6cc3add is described below

commit 6cc3adda0b30bca027558900b996cedf234f6e04
Author: chengjianyun <[email protected]>
AuthorDate: Mon Sep 27 14:42:24 2021 +0800

    [cluster-refactor] add mockito dependency for cli and flink connector module
---
 cli/pom.xml                   | 5 +++++
 flink-iotdb-connector/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/cli/pom.xml b/cli/pom.xml
index dc5771b..9eb78b4 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -80,6 +80,11 @@
             <artifactId>commons-csv</artifactId>
             <version>1.9.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml
index 39c9d90..02e8d11 100644
--- a/flink-iotdb-connector/pom.xml
+++ b/flink-iotdb-connector/pom.xml
@@ -51,5 +51,10 @@
             <artifactId>powermock-module-junit4</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

Reply via email to