Browse Source

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

Michael Hixson 7 years ago
parent
commit
c4b40c733b
1 changed files with 5 additions and 0 deletions
  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>