mirror of https://gitee.com/stylefeng/roses
【8.3.0】更新jwt丢失的jaxb组件
parent
3b30a64b81
commit
37525d017f
|
@ -23,6 +23,13 @@
|
||||||
<artifactId>jjwt</artifactId>
|
<artifactId>jjwt</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--缺失的组件-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
<version>${jaxb-api.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -142,6 +142,7 @@
|
||||||
<openfeign.version>2.2.6.RELEASE</openfeign.version>
|
<openfeign.version>2.2.6.RELEASE</openfeign.version>
|
||||||
<bcprov.version>1.78.1</bcprov.version>
|
<bcprov.version>1.78.1</bcprov.version>
|
||||||
<flyway.version>7.1.1</flyway.version>
|
<flyway.version>7.1.1</flyway.version>
|
||||||
|
<jaxb-api.version>2.3.1</jaxb-api.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue