Просмотр исходного кода

:zap: 解决blade-auth在java11无法运行的问题

smallchill 6 лет назад
Родитель
Сommit
8eab74288d
1 измененных файлов с 21 добавлено и 0 удалено
  1. 21 0
      blade-auth/pom.xml

+ 21 - 0
blade-auth/pom.xml

@@ -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>