You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:13:28 UTC

[sling-org-apache-sling-scripting-thymeleaf] 17/50: SLING-5075 Upgrade Thymeleaf to 3.0

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git

commit 2e8b800a674e562127fc396679adccc3bfe0f9cb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Mar 15 20:05:45 2016 +0000

    SLING-5075 Upgrade Thymeleaf to 3.0
    
    * update to OGNL 3.1.2
    * add optional package import for com.fasterxml.jackson.*
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1735160 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6edcf7..ea46536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,8 @@
     <org.thymeleaf.version>3.0.0.BETA02</org.thymeleaf.version>
     <org.attoparser.version>2.0.0.BETA05</org.attoparser.version>
     <org.unbescape.version>1.1.2.RELEASE</org.unbescape.version>
-    <ognl.version>3.1</ognl.version>
+    <ognl.version>3.1.2</ognl.version>
+    <com.fasterxml.jackson.version>2.6.3</com.fasterxml.jackson.version>
   </properties>
 
   <scm>
@@ -162,6 +163,10 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
+          	<Import-Package>
+              com.fasterxml.jackson.*;version=${com.fasterxml.jackson.version};resolution:=optional,
+              *
+          	</Import-Package>
             <Export-Package>
               org.apache.sling.scripting.thymeleaf,
               org.thymeleaf.*;version=${org.thymeleaf.version};-split-package:=merge-first,

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.