We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0822589 commit bbca612Copy full SHA for bbca612
spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml
@@ -82,23 +82,4 @@
82
</plugin>
83
</plugins>
84
</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>
104
</project>
0 commit comments