mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 22:25:51 +08:00
Polish contribution
Closes gh-388
This commit is contained in:
@@ -185,7 +185,7 @@ public class ProjectGenerationSmokeTests
|
||||
projectAssert.hasBaseDir("demo").isMavenProject().isKotlinProject()
|
||||
.hasStaticAndTemplatesResources(false).pomAssert().hasDependenciesCount(4)
|
||||
.hasSpringBootStarterRootDependency().hasSpringBootStarterTest()
|
||||
.hasDependency("org.jetbrains.kotlin", "kotlin-stdlib")
|
||||
.hasDependency("org.jetbrains.kotlin", "kotlin-stdlib-jre8")
|
||||
.hasDependency("org.jetbrains.kotlin", "kotlin-reflect");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user