From d87cf6165602f7003ada283b0f433857c5d35505 Mon Sep 17 00:00:00 2001 From: guohx Date: Tue, 22 Mar 2022 10:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8jdk=E5=B0=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=AD=E7=9A=84=E5=85=BC=E5=AE=B9=E6=80=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hippo4j-server/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/hippo4j-server/pom.xml b/hippo4j-server/pom.xml index eb83c874..39ef1bd0 100644 --- a/hippo4j-server/pom.xml +++ b/hippo4j-server/pom.xml @@ -34,6 +34,33 @@ cn.hippo4j hippo4j-discovery + + + + javax.xml.bind + jaxb-api + 2.3.0 + + + + com.sun.xml.bind + jaxb-impl + 2.3.0 + + + + com.sun.xml.bind + jaxb-core + 2.3.0 + + + + javax.activation + activation + 1.1.1 + + +