From 58a83153e8e649eb20441e3830bf4e2f0284cc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJermaineHua=E2=80=9D?= Date: Sat, 23 Nov 2024 18:02:06 +0800 Subject: [PATCH] dubbo-compatible module change integration test to unit test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “JermaineHua” --- dubbo-compatible/pom.xml | 47 ---------------------------------------- 1 file changed, 47 deletions(-) diff --git a/dubbo-compatible/pom.xml b/dubbo-compatible/pom.xml index 5d0891978fb..5a7201cbc6a 100644 --- a/dubbo-compatible/pom.xml +++ b/dubbo-compatible/pom.xml @@ -79,58 +79,11 @@ log4j-slf4j-impl test - - org.apache.dubbo - dubbo-serialization-hessian2 - ${project.parent.version} - test - - - org.apache.dubbo - dubbo-serialization-fastjson2 - ${project.parent.version} - test - - - org.apache.dubbo - dubbo-registry-multicast - ${project.parent.version} - test - - - org.apache.dubbo - dubbo-registry-zookeeper - ${project.parent.version} - test - - - org.apache.dubbo - dubbo-configcenter-zookeeper - ${project.parent.version} - test - org.apache.dubbo dubbo-metadata-processor ${project.parent.version} test - - org.apache.dubbo - dubbo-metadata-report-zookeeper - ${project.parent.version} - test - - - com.alibaba - fastjson - test - - - org.apache.dubbo - dubbo-test-check - ${project.parent.version} - test -