Add Maven plugin support for processing test contexts Ahead-of-time
Refactor and update the Spring Boot Maven Plugin so that it can be used to perform AOT processing of test classes. Closes gh-32191
This commit is contained in:
@@ -446,6 +446,8 @@ public class MavenPluginPlugin implements Plugin<Project> {
|
||||
effectiveBom.property("spring-framework.version", versions::setProperty);
|
||||
effectiveBom.property("jakarta-servlet.version", versions::setProperty);
|
||||
effectiveBom.property("kotlin.version", versions::setProperty);
|
||||
effectiveBom.property("assertj.version", versions::setProperty);
|
||||
effectiveBom.property("junit-jupiter.version", versions::setProperty);
|
||||
return versions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user