Renamed spring-boot-ups -> spring-boot-starter
This commit is contained in:
@@ -39,7 +39,7 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati
|
||||
@Override
|
||||
public void applyDependencies(DependencyCustomizer dependencies) {
|
||||
dependencies.ifAnyMissingClasses("org.springframework.boot.SpringApplication")
|
||||
.add("org.springframework.boot", "spring-boot-up",
|
||||
.add("org.springframework.boot", "spring-boot-starter",
|
||||
dependencies.getProperty("spring.boot.version"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user