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 1f7f0c1 commit 6f3d179Copy full SHA for 6f3d179
spring-boot-parent/pom.xml
@@ -923,5 +923,22 @@
923
</plugins>
924
</build>
925
</profile>
926
+ <profile>
927
+ <id>java9</id>
928
+ <activation>
929
+ <jdk>9</jdk>
930
+ </activation>
931
+ <build>
932
+ <plugins>
933
+ <plugin>
934
+ <groupId>org.apache.maven.plugins</groupId>
935
+ <artifactId>maven-surefire-plugin</artifactId>
936
+ <configuration>
937
+ <argLine>--add-modules java.base,java.xml.bind</argLine>
938
+ </configuration>
939
+ </plugin>
940
+ </plugins>
941
+ </build>
942
+ </profile>
943
</profiles>
944
</project>
0 commit comments