【8.3.0】更新jwt丢失的jaxb组件

pull/62/head
stylefeng 2024-08-03 19:09:28 +08:00
parent 3b30a64b81
commit 37525d017f
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,13 @@
<artifactId>jjwt</artifactId>
</dependency>
<!--缺失的组件-->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -142,6 +142,7 @@
<openfeign.version>2.2.6.RELEASE</openfeign.version>
<bcprov.version>1.78.1</bcprov.version>
<flyway.version>7.1.1</flyway.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
</properties>
<dependencyManagement>