From e2f22ef7a7a270338a47d28c645d71fe5f92a563 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 21 May 2015 14:23:54 +0100 Subject: [PATCH] Fix ruby dependencies for docs --- spring-cloud-build/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-cloud-build/pom.xml b/spring-cloud-build/pom.xml index e5b22262..27153752 100644 --- a/spring-cloud-build/pom.xml +++ b/spring-cloud-build/pom.xml @@ -280,6 +280,7 @@ limitations under the License. org.asciidoctor asciidoctor-maven-plugin + 1.5.2 generate-docs @@ -327,8 +328,13 @@ limitations under the License. org.jruby jruby-complete - 1.7.12 + 1.7.17 + + org.asciidoctor + asciidoctorj + 1.5.2 +