소스 검색

Add explicit javax.xml.bind dependency to spring for Java 9 compat (#3115)

Michael Hixson 8 년 전
부모
커밋
c4b40c733b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      frameworks/Java/spring/pom.xml

+ 5 - 0
frameworks/Java/spring/pom.xml

@@ -48,6 +48,11 @@
             <groupId>org.springframework.boot</groupId>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-thymeleaf</artifactId>
             <artifactId>spring-boot-starter-thymeleaf</artifactId>
         </dependency>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.2.12</version>
+        </dependency>
     </dependencies>
     </dependencies>
 
 
     <build>
     <build>