This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-0.0.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit d31cbe111107ac1c0e50c8505d6e16d97119778f Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 16 14:30:33 2015 +0000 SLING-4508 export packages of embedded Thymeleaf git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1667015 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c212010..caa16be 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,8 @@ <configuration> <instructions> <Export-Package> - org.apache.sling.scripting.thymeleaf + org.apache.sling.scripting.thymeleaf, + org.thymeleaf.*;version="2.1.4.RELEASE" </Export-Package> <Import-Package> org.apache.commons.io.input;version="1.4.9999", -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
