[#752][#658][#658] fix: starter should bring in picocli-spring-boot-autoconfigure, not just picocli

This commit is contained in:
Remko Popma
2019-07-08 07:52:42 +09:00
parent 22d26a29fa
commit 027e606fae

View File

@@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile "info.picocli:picocli:$projectVersion"
compile "info.picocli:picocli-spring-boot-autoconfigure:$projectVersion"
compile "org.springframework.boot:spring-boot-starter:$springBootVersion"
compileOnly "org.springframework.boot:spring-boot-configuration-processor:$springBootVersion"
}