This is an automated email from the ASF dual-hosted git repository.

haoyann pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 89a208f  support jdk11 #862 (#886)
89a208f is described below

commit 89a208f98bb5a74d820e18d36322bf681ca43318
Author: chenjjl <[email protected]>
AuthorDate: Thu May 5 14:31:03 2022 +0800

    support jdk11 #862 (#886)
    
    * support jdk11 #862
    
    * support jdk11 #862
    
    Co-authored-by: 卫龙 <[email protected]>
---
 dubbo-admin-server/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dubbo-admin-server/pom.xml b/dubbo-admin-server/pom.xml
index 73be90f..f03e523 100644
--- a/dubbo-admin-server/pom.xml
+++ b/dubbo-admin-server/pom.xml
@@ -228,6 +228,11 @@
             <artifactId>h2</artifactId>
             <scope>runtime</scope>
         </dependency>
+
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to