[feat] shenyu java client
diff --git a/pom.xml b/pom.xml
index e9bf259..dfe3c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-inline</artifactId>
+            <version>${mockito.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
             <version>${awaitility.version}</version>