File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
spring-boot-integration-tests/spring-boot-launch-script-tests
spring-boot-smoke-test-jpa
spring-boot-smoke-test-liquibase
spring-boot-smoke-test-web-groovy-templates Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -40,5 +40,4 @@ task buildApp(type: GradleBuild) {
4040
4141intTest {
4242 dependsOn buildApp
43- enabled = ! JavaVersion . current(). java9Compatible
4443}
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ dependencies {
99 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-freemarker" ))
1010 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-web" ))
1111 implementation(" jakarta.persistence:jakarta.persistence-api" )
12- if (JavaVersion . current(). java9Compatible) {
13- implementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
14- }
12+ implementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
1513 implementation(" org.hibernate:hibernate-core-jakarta" ) {
1614 exclude group : " javax.activation" , module : " javax.activation-api"
1715 exclude group : " javax.persistence" , module : " javax.persistence-api"
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ dependencies {
99 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-actuator" ))
1010 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-jdbc" ))
1111 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-web" ))
12- if (JavaVersion . current(). java9Compatible) {
13- implementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
14- }
12+ implementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
1513 implementation(" org.liquibase:liquibase-core" ) {
1614 exclude group : " javax.activation" , module : " javax.activation-api"
1715 exclude group : " javax.xml.bind" , module : " jaxb-api"
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ description = "Spring Boot web Groovy Templates smoke test"
88dependencies {
99 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-groovy-templates" ))
1010 implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-validation" ))
11- if (JavaVersion . current(). java9Compatible) {
12- implementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
13- }
11+ implementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
1412
1513 testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
1614}
You can’t perform that action at this time.
0 commit comments