mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: add jaxb-api to samples project to support JDK
This commit is contained in:
parent
dc61bb4648
commit
6c21c7864a
@ -59,6 +59,13 @@
|
|||||||
<version>${powerjob.official.processors.version}</version>
|
<version>${powerjob.official.processors.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- 高版本 JDK 移除了 JavaEE 的包,需要手动引入 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
<version>2.3.1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user