Skip to content

Commit bbca612

Browse files
committed
Reinstate testing of Jetty JSP sample on Java 9
See gh-10456
1 parent 0822589 commit bbca612

File tree

1 file changed

+0
-19
lines changed
  • spring-boot-samples/spring-boot-sample-jetty-jsp

1 file changed

+0
-19
lines changed

spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,4 @@
8282
</plugin>
8383
</plugins>
8484
</build>
85-
<profiles>
86-
<profile>
87-
<id>java9</id>
88-
<activation>
89-
<jdk>9</jdk>
90-
</activation>
91-
<build>
92-
<plugins>
93-
<plugin>
94-
<groupId>org.apache.maven.plugins</groupId>
95-
<artifactId>maven-surefire-plugin</artifactId>
96-
<configuration>
97-
<skipTests>true</skipTests>
98-
</configuration>
99-
</plugin>
100-
</plugins>
101-
</build>
102-
</profile>
103-
</profiles>
10485
</project>

0 commit comments

Comments
 (0)