build: jaxb-api

Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
fit2-zhao 2023-03-08 17:44:06 +08:00
parent 5a5052f158
commit 188d2334ed
2 changed files with 7 additions and 0 deletions

View File

@ -393,6 +393,12 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
</dependency>
<!--解决swagger v3 文档问题-->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${javax-version}</version>
</dependency>
</dependencies>
<build>

View File

@ -85,6 +85,7 @@
<npm.version>8.12.1</npm.version>
<!-- -->
<skipAntRunForJenkins>false</skipAntRunForJenkins>
<javax-version>2.3.0</javax-version>
</properties>
<modules>