diff --git a/agent/hippo4j-agent-core/pom.xml b/agent/hippo4j-agent-core/pom.xml index 97412d51..1082276a 100644 --- a/agent/hippo4j-agent-core/pom.xml +++ b/agent/hippo4j-agent-core/pom.xml @@ -83,6 +83,10 @@ hippo4j-threadpool-dynamic-mode-config ${project.version} + + cn.hippo4j + dubbo-plugin + diff --git a/agent/hippo4j-agent-plugin/adapter-plugins/adapter-dubbo/pom.xml b/agent/hippo4j-agent-plugin/adapter-plugins/dubbo-plugin/pom.xml similarity index 83% rename from agent/hippo4j-agent-plugin/adapter-plugins/adapter-dubbo/pom.xml rename to agent/hippo4j-agent-plugin/adapter-plugins/dubbo-plugin/pom.xml index 2b4dae8a..5304c6eb 100644 --- a/agent/hippo4j-agent-plugin/adapter-plugins/adapter-dubbo/pom.xml +++ b/agent/hippo4j-agent-plugin/adapter-plugins/dubbo-plugin/pom.xml @@ -3,13 +3,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - hippo4j-all + hippo4j-agent-adapter-plugins cn.hippo4j - 2.0.0-SNAPSHOT + ${revision} 4.0.0 - adapter-dubbo + dubbo-plugin diff --git a/agent/hippo4j-agent-plugin/adapter-plugins/adapter-dubbo/src/main/java/cn/hippo4j/agent/adapter/dubbo/DubboThreadPoolAdapter.java b/agent/hippo4j-agent-plugin/adapter-plugins/dubbo-plugin/src/main/java/cn/hippo4j/agent/adapter/dubbo/DubboThreadPoolAdapter.java similarity index 100% rename from agent/hippo4j-agent-plugin/adapter-plugins/adapter-dubbo/src/main/java/cn/hippo4j/agent/adapter/dubbo/DubboThreadPoolAdapter.java rename to agent/hippo4j-agent-plugin/adapter-plugins/dubbo-plugin/src/main/java/cn/hippo4j/agent/adapter/dubbo/DubboThreadPoolAdapter.java diff --git a/agent/hippo4j-agent-plugin/adapter-plugins/pom.xml b/agent/hippo4j-agent-plugin/adapter-plugins/pom.xml index b3b75d52..1c52b2e9 100644 --- a/agent/hippo4j-agent-plugin/adapter-plugins/pom.xml +++ b/agent/hippo4j-agent-plugin/adapter-plugins/pom.xml @@ -19,7 +19,7 @@ - adapter-dubbo + dubbo-plugin \ No newline at end of file diff --git a/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-1x-plugin/pom.xml b/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-1x-plugin/pom.xml index bfd36489..98fe62db 100644 --- a/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-1x-plugin/pom.xml +++ b/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-1x-plugin/pom.xml @@ -52,8 +52,8 @@ cn.hippo4j - adapter-dubbo - ${project.version} + dubbo-plugin + provided diff --git a/agent/pom.xml b/agent/pom.xml index d0a8b793..0d899eab 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -154,6 +154,11 @@ ${jmh.version} test + + cn.hippo4j + dubbo-plugin + ${project.version} +