diff --git a/eventmesh-dashboard-core/pom.xml b/eventmesh-dashboard-core/pom.xml index 5bcb9cdc..28a36098 100644 --- a/eventmesh-dashboard-core/pom.xml +++ b/eventmesh-dashboard-core/pom.xml @@ -40,6 +40,18 @@ + + + io.grpc + grpc-all + 1.51.0 + + + com.google.guava + guava + 32.1.3-jre + + org.apache.eventmesh.dashboard.common @@ -52,6 +64,12 @@ 0.0.1-SNAPSHOT + + + + + + org.apache.eventmesh @@ -64,7 +82,13 @@ - + + + + + + + com.alibaba.nacos @@ -74,13 +98,7 @@ io.etcd jetcd-core - 0.3.0 - - - io.grpc - grpc-core - - + 0.7.5 diff --git a/eventmesh-dashboard-core/src/test/java/org/apache/eventmesh/dashboard/core/function/SDK/operation/EtcdSDKCreateOperationTest.java b/eventmesh-dashboard-core/src/test/java/org/apache/eventmesh/dashboard/core/function/SDK/operation/EtcdSDKCreateOperationTest.java index 5315a1ef..8baf5f74 100644 --- a/eventmesh-dashboard-core/src/test/java/org/apache/eventmesh/dashboard/core/function/SDK/operation/EtcdSDKCreateOperationTest.java +++ b/eventmesh-dashboard-core/src/test/java/org/apache/eventmesh/dashboard/core/function/SDK/operation/EtcdSDKCreateOperationTest.java @@ -42,7 +42,7 @@ public class EtcdSDKCreateOperationTest { private static final String value = "test"; - private static final String url = "http://locaholst:2379"; + private static final String url = "http://localhost:2379"; @Test void testCreateClient() {