From d193761f5a423bef34abdd2696bb85b01b845eb2 Mon Sep 17 00:00:00 2001 From: Pan-YuJie <646836760@qq.com> Date: Thu, 17 Oct 2024 13:29:52 +0800 Subject: [PATCH] Fix: Fix build moudle error,Upgrade lombok dependency versions and add jaxb dependencies --- agent/hippo4j-agent-core/pom.xml | 12 ++++++++++++ agent/hippo4j-agent-plugin/nacos-plugin/pom.xml | 1 - .../spring-plugins/spring-plugin-common/pom.xml | 1 - pom.xml | 6 ++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/agent/hippo4j-agent-core/pom.xml b/agent/hippo4j-agent-core/pom.xml index 437b1f88..b21dc0df 100644 --- a/agent/hippo4j-agent-core/pom.xml +++ b/agent/hippo4j-agent-core/pom.xml @@ -29,6 +29,7 @@ org.slf4j ${shade.package}.${shade.org.slf4j.source} 1.18.0 + 2.3.1 @@ -78,6 +79,17 @@ hippo4j-threadpool-infra-common ${project.version} + + + javax.xml.bind + jaxb-api + ${jaxb.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.version} + diff --git a/agent/hippo4j-agent-plugin/nacos-plugin/pom.xml b/agent/hippo4j-agent-plugin/nacos-plugin/pom.xml index e7f9c8e1..986f041e 100644 --- a/agent/hippo4j-agent-plugin/nacos-plugin/pom.xml +++ b/agent/hippo4j-agent-plugin/nacos-plugin/pom.xml @@ -29,7 +29,6 @@ org.springframework spring-context - 6.0.4 provided diff --git a/agent/hippo4j-agent-plugin/spring-plugins/spring-plugin-common/pom.xml b/agent/hippo4j-agent-plugin/spring-plugins/spring-plugin-common/pom.xml index 66534a31..5552d5e1 100644 --- a/agent/hippo4j-agent-plugin/spring-plugins/spring-plugin-common/pom.xml +++ b/agent/hippo4j-agent-plugin/spring-plugins/spring-plugin-common/pom.xml @@ -15,7 +15,6 @@ org.springframework spring-core - 6.0.4 provided diff --git a/pom.xml b/pom.xml index 497e2a4d..94dbb1f2 100644 --- a/pom.xml +++ b/pom.xml @@ -79,10 +79,16 @@ 3.1.0 2.3.2.RELEASE 2.8.9 + 1.18.22 + + org.projectlombok + lombok + ${lombok.version} + cn.hippo4j hippo4j-dependencies