diff --git a/spring-boot.md.vtl b/spring-boot.md.vtl
index a10a65ac41..ff5aee2292 100644
--- a/spring-boot.md.vtl
+++ b/spring-boot.md.vtl
@@ -1,4 +1,4 @@
-#parse('templates/macros/dependencies.vtl')
+#parse("templates/includes.vtl")
#Integrating Apache Shiro into Spring-Boot Applications
diff --git a/spring-framework.md.vtl b/spring-framework.md.vtl
index 193b14a0fd..2245ab453d 100644
--- a/spring-framework.md.vtl
+++ b/spring-framework.md.vtl
@@ -1,4 +1,4 @@
-#parse('templates/macros/dependencies.vtl')
+#parse("templates/includes.vtl")
Integrating Apache Shiro into Spring-based Applications
diff --git a/templates/includes.vtl b/templates/includes.vtl
index db56bcac12..ddb25ca480 100644
--- a/templates/includes.vtl
+++ b/templates/includes.vtl
@@ -7,3 +7,4 @@
#parse( "templates/macros/md-style-fix.vtl" )
#parse( "templates/versions.vtl" )
+#parse('templates/macros/dependencies.vtl')