Skip to content

Commit 671bff2

Browse files
committed
Polish
1 parent 02be86d commit 671bff2

File tree

5 files changed

+5
-0
lines changed
  • spring-boot-tests/spring-boot-deployment-tests
    • spring-boot-deployment-test-glassfish
    • spring-boot-deployment-test-tomcat
    • spring-boot-deployment-test-tomee
    • spring-boot-deployment-test-wildfly
    • spring-boot-deployment-test-wlp

5 files changed

+5
-0
lines changed

spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
</dependencies>
4545
<profiles>
4646
<profile>
47+
<id>jdk8</id>
4748
<activation>
4849
<jdk>1.8</jdk>
4950
</activation>

spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-tomcat/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</dependencies>
4242
<profiles>
4343
<profile>
44+
<id>jdk8</id>
4445
<activation>
4546
<jdk>1.8</jdk>
4647
</activation>

spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
</dependencies>
4747
<profiles>
4848
<profile>
49+
<id>jdk8</id>
4950
<activation>
5051
<jdk>1.8</jdk>
5152
</activation>

spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</dependencies>
4242
<profiles>
4343
<profile>
44+
<id>jdk8</id>
4445
<activation>
4546
<jdk>1.8</jdk>
4647
</activation>

spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-wlp/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
</dependencies>
4141
<profiles>
4242
<profile>
43+
<id>jdk8</id>
4344
<activation>
4445
<jdk>1.8</jdk>
4546
</activation>

0 commit comments

Comments
 (0)