Adds non OSGi dependency rabbitmq client to dockerizor sample
Updates template dependencies after change to asciidoc 1.5.1
diff --git a/recipe-custom-virgo/settings.gradle b/recipe-custom-virgo/settings.gradle
index 3f651ca..32f20f8 100644
--- a/recipe-custom-virgo/settings.gradle
+++ b/recipe-custom-virgo/settings.gradle
@@ -6,3 +6,5 @@
 include 'recipe-custom-virgo-runtime'
 include 'recipe-custom-virgo-app'
 // end::include_dockerized_runtimes[]
+
+include 'recipe-custom-virgo-runtime:com.rabbitmq.amqp.client-3.5.5'
diff --git a/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc b/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc
index e5fec0d..bf5cf6c 100644
--- a/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc
+++ b/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc
@@ -3,7 +3,7 @@
 :recipe-name: Create a Custom Virgo Runtime with Dockerizor
 :recipe-short-name: recipe-{guide-short-name}
 
-include::../../../../recipe-template/src/asciidoc/00_title.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/00_title.adoc[]
 
 == {recipe-name}
 
@@ -22,12 +22,12 @@
 
 == Preparations
 
-include::../../../../recipe-template/src/asciidoc/051_get-the-code.adoc[]
-include::../../../../recipe-template/src/asciidoc/052_create-recipe-runtime.adoc[]
-include::../../../../recipe-template/src/asciidoc/053_create-eclipse-project-metadata.adoc[]
-include::../../../../recipe-template/src/asciidoc/054_prepare-virgo-tooling.adoc[]
-include::../../../../recipe-template/src/asciidoc/055_import-the-code.adoc[]
-include::../../../../recipe-template/src/asciidoc/056_create-new-virgo-server.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/051_get-the-code.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/052_create-recipe-runtime.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/053_create-eclipse-project-metadata.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/054_prepare-virgo-tooling.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/055_import-the-code.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/056_create-new-virgo-server.adoc[]
 
 == A closer look
 
@@ -149,7 +149,7 @@
 $ ./gradlew :recipe-custom-virgo-runtime:com.rabbitmq.amqp.client-3.5.5:deploy
 ----
 
-include::../../../../recipe-template/src/asciidoc/08_dockerize_recipe.adoc[]
+include::../../../../recipe-template/src/docs/asciidoc/08_dockerize_recipe.adoc[]
 
 Virgo plan are a proven way to add the application bundles to a Virgo runtime.
 The snippet below shows the Gradle build file (Dockerizor configuration) needed to add such a plan file.