From 59d828d7029901c18e19e16f59c883dd2091e986 Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Fri, 16 Dec 2016 14:34:23 -0800 Subject: [PATCH] adding dependency macro to includes.vtl --- spring-boot.md.vtl | 2 +- spring-framework.md.vtl | 2 +- templates/includes.vtl | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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')