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 973781628562d3a3d7e85f7db56547665bf2a6cf Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jan 6 18:00:11 2015 +0000 prevent inlining of original AbstractHtmlTemplateParser* classes (default merge-first for split package org.thymeleaf.templateparser.html seems to be broken) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1649891 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6930434..90ec732 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ * </DynamicImport-Package> <Embed-Dependency> - *;scope=compile;inline=true + *;scope=compile;inline=true;inline=!**/AbstractHtmlTemplateParser*.class </Embed-Dependency> <ScriptEngine-Name>${project.name}</ScriptEngine-Name> <ScriptEngine-Version>${project.version}</ScriptEngine-Version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
