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.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 17c8df72288baefb7b754281e876f99e0ab74cb7 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Sep 3 18:54:02 2014 +0000 SLING-3908 embed OGNL to avoid class loading issues git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1622315 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 077f966..8479374 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,12 @@ <scope>compile</scope> </dependency> <dependency> + <groupId>ognl</groupId> + <artifactId>ognl</artifactId> + <version>3.0.8</version> + <scope>compile</scope> + </dependency> + <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.11.0</version> @@ -168,6 +174,9 @@ org.apache.commons.io.input;version="1.4.9999", * </Import-Package> + <DynamicImport-Package> + * + </DynamicImport-Package> <Embed-Dependency> *;scope=compile;inline=true </Embed-Dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
