适应JDK 9以上的java环境

This commit is contained in:
Kit
2020-05-26 10:55:28 +08:00
parent 431ef21964
commit 1d0790ad4a
3 changed files with 26 additions and 0 deletions
+7
View File
@@ -25,6 +25,13 @@
<artifactId>weixin4j-base</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 兼容 JDK 9+ 后的maven环境编译 -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>