Merge pull request #153 from ghx577/develop

修复在jdk小版本中的兼容性问题
pull/156/head
龙台 Long Tai 3 years ago committed by GitHub
commit f99d44207e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,33 @@
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-discovery</artifactId>
</dependency>
<!-- Adapter start -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
<!-- Adapter end -->
</dependencies>
<build>

Loading…
Cancel
Save