diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml index 2e7ad504c5..b29903f645 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -38,6 +38,10 @@ javax.transaction javax.transaction-api + + javax.xml.bind + jaxb-api + org.springframework.data spring-data-jpa diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml index 3d33c7cbb6..0cbadadf8b 100755 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -45,18 +45,4 @@ - - - java9+ - - [9,) - - - - javax.xml.bind - jaxb-api - - - -