|
|
@@ -78,6 +78,27 @@
|
|
|
<groupId>org.springblade</groupId>
|
|
|
<artifactId>blade-starter-trace</artifactId>
|
|
|
</dependency>-->
|
|
|
+ <!-- 解决Java11无法运行的问题 -->
|
|
|
+ <!--<dependency>
|
|
|
+ <groupId>javax.xml.bind</groupId>
|
|
|
+ <artifactId>jaxb-api</artifactId>
|
|
|
+ <version>2.2.11</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.xml.bind</groupId>
|
|
|
+ <artifactId>jaxb-core</artifactId>
|
|
|
+ <version>2.2.11</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.xml.bind</groupId>
|
|
|
+ <artifactId>jaxb-impl</artifactId>
|
|
|
+ <version>2.2.11</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.activation</groupId>
|
|
|
+ <artifactId>activation</artifactId>
|
|
|
+ <version>1.1.1</version>
|
|
|
+ </dependency>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|