From 84f0c704a719c03d68aea72d240359d90ac2e0cc Mon Sep 17 00:00:00 2001
From: Celebrate-future <78527112+Celebrate-future@users.noreply.github.com>
Date: Tue, 29 Mar 2022 11:03:16 +0800
Subject: [PATCH] remove redundant dependencies
---
client-test/pom.xml | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/client-test/pom.xml b/client-test/pom.xml
index 1e7392df72c..ca63f4b7847 100644
--- a/client-test/pom.xml
+++ b/client-test/pom.xml
@@ -105,16 +105,42 @@
com.squareup.okhttp3
mockwebserver
+
+
+ org.jetbrains
+ annotations
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-common
+
+
org.junit.jupiter
junit-jupiter-engine
+
+
+ org.apiguardian
+ apiguardian-api
+
+
org.junit.platform
junit-platform-runner
+
+
+ org.junit.platform
+ junit-platform-suite-api
+
+
+ org.apiguardian
+ apiguardian-api
+
+
@@ -139,4 +165,4 @@
-
\ No newline at end of file
+