Fix syntax error in 'javax.cache:cache-api' runtime dependency declaration.

This commit is contained in:
John Blum
2019-05-06 13:03:26 -07:00
parent 75541a691d
commit f655ae4020

View File

@@ -10,7 +10,7 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
}
runtime "javax.cache.cache-api"
runtime "javax.cache:cache-api"
runtime "org.springframework.shell:spring-shell"
runtime ("org.springframework.boot:spring-boot-starter-jetty") {