Unverified Commit 2af0f6ec authored by 大森林's avatar 大森林 Committed by Gitee
Browse files

!23 适配高版本jdk

Merge pull request !23 from @xiaochangbai/adopt_newjdk
parents 453cf8be 26be9ce5
......@@ -80,6 +80,12 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
</dependencies>
<build>
......
......@@ -53,6 +53,7 @@
<aliyun-openservices-ons-client.version>1.8.8.1.Final</aliyun-openservices-ons-client.version>
<mysql.version>8.0.28</mysql.version> <!-- 覆写 spring-boot-dependencies 的依赖版本号 -->
<jaxb-api.version>2.3.0</jaxb-api.version>
</properties>
......@@ -177,6 +178,12 @@
<version>${aliyun-openservices-ons-client.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment