소스 검색

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

smallchill 6 년 전
부모
커밋
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>