mirror of https://gitee.com/stylefeng/roses
【8.3.0】更新jwt丢失的jaxb组件
parent
3b30a64b81
commit
37525d017f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue