diff --git a/spring-cloud-task-docs/src/main/asciidoc/batch.adoc b/spring-cloud-task-docs/src/main/asciidoc/batch.adoc index 512e04f6..1edae8e8 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/batch.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/batch.adoc @@ -119,6 +119,20 @@ Spring Cloud Yarn Deployer: spring-cloud-starter-deployer-yarn ``` +* Add the following dependency to the dependency management for a transient dependency required by Yarn: +``` + + +... + + com.google.guava + guava + 18.0 + + +... + +``` * Also add the following property to your application.properties: `spring.yarn.container.keepContextAlive=false`. * When setting up environment variables for the partitions in the PartitionHandler it is recommended that you do not copy the current working environment properties.