Skip to content

Commit

Permalink
support jdk11 apache#862
Browse files Browse the repository at this point in the history
  • Loading branch information
卫龙 committed May 5, 2022
1 parent 4fed114 commit 8736d53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dubbo-admin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8736d53

Please sign in to comment.